Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
16499:35696985ff4c | 16500:d7da7bb42c2e |
---|---|
7023 W32_LIB = $_ld_win32 | 7023 W32_LIB = $_ld_win32 |
7024 DS_DEP = $_dep_dshow | 7024 DS_DEP = $_dep_dshow |
7025 DS_LIB = $_ld_dshow | 7025 DS_LIB = $_ld_dshow |
7026 AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat | 7026 AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat |
7027 AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil | 7027 AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil |
7028 CONFIG_LIBAVUTIL = $_libavutil_required | 7028 CONFIG_LIBAVUTIL = $_libavutil |
7029 CONFIG_LIBAVCODEC = $_libavcodec | 7029 CONFIG_LIBAVCODEC = $_libavcodec |
7030 CONFIG_LIBAVCODECSO = $_libavcodecso | 7030 CONFIG_LIBAVCODECSO = $_libavcodecso |
7031 CONFIG_LIBAVFORMAT = $_libavformat | 7031 CONFIG_LIBAVFORMAT = $_libavformat |
7032 ZORAN = $_zr | 7032 ZORAN = $_zr |
7033 FAME = $_fame | 7033 FAME = $_fame |