Mercurial > mplayer.hg
diff configure @ 29563:0ba024eac67c
The libamrnb *en*coder, not the *de*coder should be added to the list of
encoders to enable in libavcodec.
patch by Wang William, william0wang gmail com
author | diego |
---|---|
date | Tue, 01 Sep 2009 08:30:15 +0000 |
parents | 8635f13f0d2e |
children | ab9cec67f2a9 |
line wrap: on
line diff
--- a/configure Mon Aug 31 10:07:44 2009 +0000 +++ b/configure Tue Sep 01 08:30:15 2009 +0000 @@ -7082,7 +7082,7 @@ extra_ldflags="$extra_ldflags -lopencore-amrnb" def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 1' _libavdecoders="$_libavdecoders LIBOPENCORE_AMRNB_DECODER" - _libavencoders="$_libavencoders LIBOPENCORE_AMRNB_DECODER" + _libavencoders="$_libavencoders LIBOPENCORE_AMRNB_ENCODER" _codecmodules="libopencore_amrnb $_codecmodules" else def_libopencore_amrnb='#define CONFIG_LIBOPENCORE_AMRNB 0'