diff options
-rw-r--r-- | common/recipes-multimedia/ffmpeg/ffmpeg.inc | 2 | ||||
-rw-r--r-- | common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/common/recipes-multimedia/ffmpeg/ffmpeg.inc b/common/recipes-multimedia/ffmpeg/ffmpeg.inc index fc8b8544..aa11ee99 100644 --- a/common/recipes-multimedia/ffmpeg/ffmpeg.inc +++ b/common/recipes-multimedia/ffmpeg/ffmpeg.inc | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+ & LGPLv2.1+" | |||
7 | 7 | ||
8 | ARM_INSTRUCTION_SET = "arm" | 8 | ARM_INSTRUCTION_SET = "arm" |
9 | 9 | ||
10 | DEPENDS = "zlib libogg libvorbis libtheora liba52" | 10 | DEPENDS = "zlib libogg libvorbis libtheora liba52 libva" |
11 | 11 | ||
12 | INC_PR = "r0" | 12 | INC_PR = "r0" |
13 | 13 | ||
diff --git a/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb b/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb index 023c25f3..5442b0de 100644 --- a/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb +++ b/common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb | |||
@@ -25,6 +25,7 @@ EXTRA_OECONF = " \ | |||
25 | --enable-pthreads \ | 25 | --enable-pthreads \ |
26 | --enable-shared \ | 26 | --enable-shared \ |
27 | --enable-swscale \ | 27 | --enable-swscale \ |
28 | --enable-vaapi \ | ||
28 | --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ | 29 | --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ |
29 | --extra-ldflags="${TARGET_LDFLAGS}" \ | 30 | --extra-ldflags="${TARGET_LDFLAGS}" \ |
30 | --sysroot="${STAGING_DIR_TARGET}" \ | 31 | --sysroot="${STAGING_DIR_TARGET}" \ |