ffmpeg: add --enable-vaapi

Turn on vaapi support in ffmpeg to allow video acceleration via vaapi.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2012-05-21 20:04:35 -05:00
parent e2ca4f157d
commit 968099df3d
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"
DEPENDS = "zlib libogg libvorbis libtheora liba52 libva"
INC_PR = "r0"

View File

@ -25,6 +25,7 @@ EXTRA_OECONF = " \
--enable-pthreads \
--enable-shared \
--enable-swscale \
--enable-vaapi \
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
--extra-ldflags="${TARGET_LDFLAGS}" \
--sysroot="${STAGING_DIR_TARGET}" \