diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-05-17 22:51:51 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-05-30 14:22:51 -0500 |
commit | 5efb4b7ef52b599c6e52a07c3346c01cc54985d6 (patch) | |
tree | 5195a0251521924ede007fc1b5eaf41fdeea1d1d /common/recipes-multimedia/ffmpeg | |
parent | 968099df3dca70b30f484136de55c2fafb853110 (diff) | |
download | meta-intel-5efb4b7ef52b599c6e52a07c3346c01cc54985d6.tar.gz |
ffmpeg: add --enable-gpl
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@intel.com>
Diffstat (limited to 'common/recipes-multimedia/ffmpeg')
-rw-r--r-- | 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 5442b0de..0d316d0e 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 = " \ | |||
26 | --enable-shared \ | 26 | --enable-shared \ |
27 | --enable-swscale \ | 27 | --enable-swscale \ |
28 | --enable-vaapi \ | 28 | --enable-vaapi \ |
29 | --enable-gpl \ | ||
29 | --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ | 30 | --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ |
30 | --extra-ldflags="${TARGET_LDFLAGS}" \ | 31 | --extra-ldflags="${TARGET_LDFLAGS}" \ |
31 | --sysroot="${STAGING_DIR_TARGET}" \ | 32 | --sysroot="${STAGING_DIR_TARGET}" \ |