Mercurial > mplayer.hg
diff configure @ 16500:d7da7bb42c2e
1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value
of the libavutil test, not some random temporary variable.
author | diego |
---|---|
date | Fri, 16 Sep 2005 12:12:48 +0000 |
parents | d2a47e40462f |
children | b07da4ff0f09 |
line wrap: on
line diff
--- 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