# HG changeset patch # User diego # Date 1126872768 0 # Node ID d7da7bb42c2e11e03f6761bbe05527828deb2511 # Parent 35696985ff4c52c40997f60f7d4696b9a847aa8c 1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value of the libavutil test, not some random temporary variable. diff -r 35696985ff4c -r d7da7bb42c2e configure --- a/configure Fri Sep 16 12:09:24 2005 +0000 +++ b/configure Fri Sep 16 12:12:48 2005 +0000 @@ -7025,7 +7025,7 @@ 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