AC3 decoder is GPL in ffmpeg 0.5 now so we don't need --enable-gpl.

This commit is contained in:
Andreas Öman 2009-05-24 16:13:43 +00:00
parent 29dfeed929
commit edb9a9bda0

View file

@ -126,7 +126,6 @@ setup_ffmpeg() {
(cd ${BUILDDIR}/ffmpeg/build && \
${TOPDIR}/ext/ffmpeg/configure \
$CC_FFMPEG \
--enable-gpl \
--disable-encoders \
--enable-encoder=mp2 \
--enable-encoder=mpeg2video \