From edb9a9bda03411fffef77974b78989c2566411b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 24 May 2009 16:13:43 +0000 Subject: [PATCH] AC3 decoder is GPL in ffmpeg 0.5 now so we don't need --enable-gpl. --- support/configure.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/support/configure.inc b/support/configure.inc index 4626888e..6680815c 100644 --- a/support/configure.inc +++ b/support/configure.inc @@ -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 \