diff options
Diffstat (limited to 'meta/recipes-multimedia')
-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 \ | |||
16 | SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ | 16 | SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ |
17 | file://mips64_cpu_detection.patch \ | 17 | file://mips64_cpu_detection.patch \ |
18 | " | 18 | " |
19 | SRC_URI[md5sum] = "b54d3e3d2d14d64305b840bb3d287445" | 19 | SRC_URI[md5sum] = "3c065fb5baae1aeb1494a09ac984b2de" |
20 | SRC_URI[sha256sum] = "a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b" | 20 | SRC_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 |
23 | ARM_INSTRUCTION_SET = "arm" | 23 | ARM_INSTRUCTION_SET = "arm" |
@@ -46,7 +46,6 @@ PACKAGECONFIG[avresample] = "--enable-avresample,--disable-avresample" | |||
46 | 46 | ||
47 | # features to support | 47 | # features to support |
48 | PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2" | 48 | PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2" |
49 | PACKAGECONFIG[faac] = "--enable-libfaac,--disable-libfaac,faac" | ||
50 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl" | 49 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl" |
51 | PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm" | 50 | PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm" |
52 | PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack" | 51 | PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack" |
@@ -64,7 +63,7 @@ PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" | |||
64 | PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" | 63 | PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" |
65 | 64 | ||
66 | # Check codecs that require --enable-nonfree | 65 | # Check codecs that require --enable-nonfree |
67 | USE_NONFREE = "${@bb.utils.contains_any('PACKAGECONFIG', [ 'faac', 'openssl' ], 'yes', '', d)}" | 66 | USE_NONFREE = "${@bb.utils.contains_any('PACKAGECONFIG', [ 'openssl' ], 'yes', '', d)}" |
68 | 67 | ||
69 | EXTRA_OECONF = " \ | 68 | EXTRA_OECONF = " \ |
70 | --disable-stripping \ | 69 | --disable-stripping \ |