summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-16 12:12:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-16 12:12:48 +0000
commit00f59bd9aec1d574e276c51417d1752bb1dd123d (patch)
tree788b2fd35693e2592adb0d2d11c55fe2e3021680 /configure
parentbcc7a8466aa6018f2db4b59ec1d1de47be0b284e (diff)
downloadmpv-00f59bd9aec1d574e276c51417d1752bb1dd123d.tar.bz2
mpv-00f59bd9aec1d574e276c51417d1752bb1dd123d.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3a777b925d..c63b5c8793 100755
--- a/configure
+++ b/configure
@@ -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