summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2020-11-14 17:45:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-17 21:53:14 +0000
commit0de203889ffd7b231bd296c3f7fc7ba71c82ae1d (patch)
treec906f22709dbb84aba88bcd33cdbff0d7c8ea0ec /meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb
parent8c193032c5ff222fee92d2fb16142ed6d65ab506 (diff)
downloadpoky-0de203889ffd7b231bd296c3f7fc7ba71c82ae1d.tar.gz
ffmpeg: add srt package config knob
* 0001-lavf-srt-fix-build-fail-when-used-the-libsrt-1.4.1.patch Upstream-Status: Backport [https://github.com/FFmpeg/FFmpeg/commit/7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315] (From OE-Core rev: 5b9c0fa129308180d6d3acf0a321433652ecd9dc) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb
index 517dac7f05..72c2fe16ec 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb
@@ -25,6 +25,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
25 25
26SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ 26SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
27 file://mips64_cpu_detection.patch \ 27 file://mips64_cpu_detection.patch \
28 file://0001-lavf-srt-fix-build-fail-when-used-the-libsrt-1.4.1.patch \
28 " 29 "
29SRC_URI[sha256sum] = "ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb" 30SRC_URI[sha256sum] = "ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb"
30 31
@@ -70,6 +71,7 @@ PACKAGECONFIG[mp3lame] = "--enable-libmp3lame,--disable-libmp3lame,lame"
70PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" 71PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
71PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,virtual/libsdl2" 72PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,virtual/libsdl2"
72PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" 73PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex"
74PACKAGECONFIG[srt] = "--enable-libsrt,--disable-libsrt,srt"
73PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora libogg" 75PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora libogg"
74PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" 76PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
75PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" 77PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"