1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value

of the libavutil test, not some random temporary variable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16501 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-09-16 12:12:48 +00:00
parent bcc7a8466a
commit 00f59bd9ae
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -7025,7 +7025,7 @@ DS_DEP = $_dep_dshow
DS_LIB = $_ld_dshow
AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat
AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil
CONFIG_LIBAVUTIL = $_libavutil_required
CONFIG_LIBAVUTIL = $_libavutil
CONFIG_LIBAVCODEC = $_libavcodec
CONFIG_LIBAVCODECSO = $_libavcodecso
CONFIG_LIBAVFORMAT = $_libavformat