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:
Tom Zanussi 2012-05-17 22:51:51 -05:00
parent 968099df3d
commit 5efb4b7ef5

View File

@ -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}" \