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:
Tom Zanussi 2012-05-17 22:58:42 -05:00
parent f4f59e1959
commit 1cb907e1ba
2 changed files with 2 additions and 1 deletions

View File

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

View File

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