mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
ffmpeg: add --enable-yasm
Enable yasm for the ffmpeg build - we don't want a 'crippled build' or lipsync problems. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
f4f59e1959
commit
1cb907e1ba
|
@ -7,7 +7,7 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
|
|||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
DEPENDS = "zlib libogg libvorbis libtheora liba52 libva"
|
||||
DEPENDS = "zlib libogg libvorbis libtheora liba52 libva yasm-native"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ EXTRA_OECONF = " \
|
|||
--enable-swscale \
|
||||
--enable-vaapi \
|
||||
--enable-gpl \
|
||||
--enable-yasm \
|
||||
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
|
||||
--extra-ldflags="${TARGET_LDFLAGS}" \
|
||||
--sysroot="${STAGING_DIR_TARGET}" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user