0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
diego 2009-09-01 08:30:15 +00:00
parent efdf0e5fc7
commit 6720a0d0cd

2
configure vendored
View File

@ -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'