summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/ffmpeg
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-10-18 16:53:05 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-06 23:35:33 +0000
commit1f426410f2bb68b6c553faa84364fc39d9ac2c19 (patch)
tree547db36f258e33080f21c97eafd4a2bc8fe1bb53 /meta/recipes-multimedia/ffmpeg
parent3e75c62cc3156a46fcc91e97423762e53ee3fc75 (diff)
downloadpoky-1f426410f2bb68b6c553faa84364fc39d9ac2c19.tar.gz
ffmpeg: update to 3.2
Drop faac package config as upstream ./configure doesn't have it anymore. (From OE-Core rev: a08b016c04a4e4eca78cd5ffae0226af4cb5226b) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.4.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.4.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.bb
index 06e7a306b9..10919523f2 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.4.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.bb
@@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
16SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ 16SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
17 file://mips64_cpu_detection.patch \ 17 file://mips64_cpu_detection.patch \
18 " 18 "
19SRC_URI[md5sum] = "b54d3e3d2d14d64305b840bb3d287445" 19SRC_URI[md5sum] = "3c065fb5baae1aeb1494a09ac984b2de"
20SRC_URI[sha256sum] = "a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b" 20SRC_URI[sha256sum] = "88f70c1b8cab108f494ecbab5ba302cdb35d59a84cea88008b5fe49be068d5da"
21 21
22# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 22# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
23ARM_INSTRUCTION_SET = "arm" 23ARM_INSTRUCTION_SET = "arm"
@@ -46,7 +46,6 @@ PACKAGECONFIG[avresample] = "--enable-avresample,--disable-avresample"
46 46
47# features to support 47# features to support
48PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2" 48PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2"
49PACKAGECONFIG[faac] = "--enable-libfaac,--disable-libfaac,faac"
50PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl" 49PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl"
51PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm" 50PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm"
52PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack" 51PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack"
@@ -64,7 +63,7 @@ PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264"
64PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" 63PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv"
65 64
66# Check codecs that require --enable-nonfree 65# Check codecs that require --enable-nonfree
67USE_NONFREE = "${@bb.utils.contains_any('PACKAGECONFIG', [ 'faac', 'openssl' ], 'yes', '', d)}" 66USE_NONFREE = "${@bb.utils.contains_any('PACKAGECONFIG', [ 'openssl' ], 'yes', '', d)}"
68 67
69EXTRA_OECONF = " \ 68EXTRA_OECONF = " \
70 --disable-stripping \ 69 --disable-stripping \