[yocto] [PATCH 07/22] ffmpeg: add --enable-gpl

tom.zanussi at intel.com tom.zanussi at intel.com
Fri May 25 14:50:32 PDT 2012


From: Tom Zanussi <tom.zanussi at intel.com>

libpostproc needs --enable-gpl in order to be built.  This essentially
changes ffmpeg's license to GPL v2+ as per the ffmpeg LICENSE file.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb b/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb
index 5442b0d..0d316d0 100644
--- a/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb
+++ b/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb
@@ -26,6 +26,7 @@ EXTRA_OECONF = " \
         --enable-shared \
         --enable-swscale \
         --enable-vaapi \
+        --enable-gpl \
         --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
         --extra-ldflags="${TARGET_LDFLAGS}" \
         --sysroot="${STAGING_DIR_TARGET}" \
-- 
1.7.0.4




More information about the yocto mailing list