Mercurial > mplayer.hg
diff configure @ 23092:21e496522217
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
author | diego |
---|---|
date | Wed, 25 Apr 2007 08:35:35 +0000 |
parents | a6aa62e45f37 |
children | ee9bbad25dc7 |
line wrap: on
line diff
--- a/configure Wed Apr 25 07:34:56 2007 +0000 +++ b/configure Wed Apr 25 08:35:35 2007 +0000 @@ -7750,14 +7750,14 @@ QTX_CODECS = $_qtx REAL_CODECS = $_real XANIM_CODECS = $_xanim -CONFIG_LIBAVUTIL = $_libavutil -CONFIG_LIBAVUTIL_SO = $_libavutil_so -CONFIG_LIBAVCODEC = $_libavcodec -CONFIG_LIBAVCODEC_SO = $_libavcodec_so -CONFIG_LIBAVFORMAT = $_libavformat -CONFIG_LIBAVFORMAT_SO = $_libavformat_so -CONFIG_LIBPOSTPROC = $_libpostproc -CONFIG_LIBPOSTPROC_SO = $_libpostproc_so +LIBAVUTIL = $_libavutil +LIBAVUTIL_SO = $_libavutil_so +LIBAVCODEC = $_libavcodec +LIBAVCODEC_SO = $_libavcodec_so +LIBAVFORMAT = $_libavformat +LIBAVFORMAT_SO = $_libavformat_so +LIBPOSTPROC = $_libpostproc +LIBPOSTPROC_SO = $_libpostproc_so ZORAN = $_zr LIBLZO = $_liblzo LIBDV = $_libdv