summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-01 08:30:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-01 08:30:15 +0000
commit6720a0d0cdd9575685f02396cdfc677e4336540d (patch)
treea5d50ac9ca73b7670693022fd1b0398af84d1c04 /configure
parentefdf0e5fc7ebb4c851f4905bd6f3d616da6ae6d7 (diff)
downloadmpv-6720a0d0cdd9575685f02396cdfc677e4336540d.tar.bz2
mpv-6720a0d0cdd9575685f02396cdfc677e4336540d.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29605 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3edff0825c..956c3f6703 100755
--- a/configure
+++ b/configure
@@ -7082,7 +7082,7 @@ if test "$_libopencore_amrnb" = yes ; then
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'