1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 12:11:52 +00:00

Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23491 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-06-07 10:50:04 +00:00
parent 01a8e906ec
commit 2c40d909bb

2
configure vendored
View File

@ -5870,7 +5870,7 @@ if test "$_faac" = yes ; then
else
_def_faac="#undef HAVE_FAAC"
_nocodecmodules="faac $_nocodecmodules"
_libavencoders=`echo $_libavencoders | sed -e s/FAAC_ENCODER// `
_libavencoders=`echo $_libavencoders | sed -e s/LIBFAAC_ENCODER// `
fi
echores "$_faac (in libavcodec: $_lavc_faac)"