1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.

OpenCORE AMR-WB only has a decoder, no encoder.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31177 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-05-14 16:13:53 +00:00
parent 0a33fdb83a
commit 0624a90c9a

1
configure vendored
View File

@ -7427,7 +7427,6 @@ if test "$_libopencore_amrwb" = yes ; then
extra_ldflags="$extra_ldflags -lopencore-amrwb"
def_libopencore_amrwb='#define CONFIG_LIBOPENCORE_AMRWB 1'
_libavdecoders="$_libavdecoders LIBOPENCORE_AMRWB_DECODER"
_libavencoders="$_libavencoders LIBOPENCORE_AMRWB_DECODER"
codecmodules="libopencore_amrwb $codecmodules"
else
def_libopencore_amrwb='#define LIBOPENCORE_AMRWB 0'