From 00f59bd9aec1d574e276c51417d1752bb1dd123d Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 16 Sep 2005 12:12:48 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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