Mercurial > mplayer.hg
changeset 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 | 35696985ff4c |
children | 1f191b778b92 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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