]> git.sesse.net Git - vlc/commitdiff
* configure.ac: Fixed libavformat detection.
authorChristophe Massiot <massiot@videolan.org>
Wed, 24 Aug 2005 10:16:03 +0000 (10:16 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 24 Aug 2005 10:16:03 +0000 (10:16 +0000)
configure.ac

index a85e852aef74d191609bf8f4dc755d1ff4b1f3d2..f3ee5c24c2e8a327b1e61915de728495ee46fdfa 100644 (file)
@@ -2137,7 +2137,7 @@ dnl Look for a ffmpeg-config (we are on debian )
       AC_CHECK_LIB(avformat, av_open_input_stream, [
         AC_DEFINE(HAVE_LIBAVFORMAT, 1,
         [Define if you have ffmpeg's libavformat.])
-        VLC_ADD_LDFLAGS([ffmpeg],[-lavformat -lz]) ], [], [-lavcodec -lz])
+        VLC_ADD_LDFLAGS([ffmpeg],[-lavformat -lz]) ], [], [-lavcodec -lz $LDAVUTIL])
       LDFLAGS="${LDFLAGS_save}"
       CPPFLAGS="${CPPFLAGS_save}"
     fi