Commit b381e4a4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Contrib: remove faac from ffmpeg

Without this, ffmpeg refuses to build due to licensing problems.
parent fc26ea2b
......@@ -133,7 +133,8 @@ endif
FFMPEGCONF+= --enable-small --disable-debug --disable-mpegaudio-hp
FFMPEG_CFLAGS += -DHAVE_LRINTF --std=c99
else
FFMPEGCONF+= --enable-libmp3lame --enable-libfaac --enable-libgsm
FFMPEGCONF+= --enable-libmp3lame --enable-libgsm
#--enable-libfaac
endif
ifdef HAVE_BEOS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment