mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
968099df3d
commit
5efb4b7ef5
|
@ -26,6 +26,7 @@ EXTRA_OECONF = " \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-swscale \
|
--enable-swscale \
|
||||||
--enable-vaapi \
|
--enable-vaapi \
|
||||||
|
--enable-gpl \
|
||||||
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
|
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
|
||||||
--extra-ldflags="${TARGET_LDFLAGS}" \
|
--extra-ldflags="${TARGET_LDFLAGS}" \
|
||||||
--sysroot="${STAGING_DIR_TARGET}" \
|
--sysroot="${STAGING_DIR_TARGET}" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user