From 6720a0d0cdd9575685f02396cdfc677e4336540d Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Sep 2009 08:30:15 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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' -- cgit v1.2.3