summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorScott Branden via Openembedded-core <openembedded-core@lists.openembedded.org>2020-02-13 08:25:33 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 10:26:42 +0000
commit3981fb3fd48297b4e12d9b947c5c5d94fec1c3ef (patch)
tree624b4f78d987544e1338f6b671b4c5059867df39 /meta/recipes-multimedia
parent24b24a5450f07df83017b3638fbb8d1073b97978 (diff)
downloadpoky-3981fb3fd48297b4e12d9b947c5c5d94fec1c3ef.tar.gz
ffmpeg: add PACKAGECONFIG support for x265
Add PACKAGECONFIG support for x265 in ffmpeg. (From OE-Core rev: 826741986d5a67e5f1ddfa02c737cc0045da906e) Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb
index a3cf0c1a37..20a8249b02 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb
@@ -74,6 +74,7 @@ PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
74PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" 74PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
75PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" 75PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx"
76PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" 76PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264"
77PACKAGECONFIG[x265] = "--enable-libx265,--disable-libx265,x265"
77PACKAGECONFIG[xcb] = "--enable-libxcb,--disable-libxcb,libxcb" 78PACKAGECONFIG[xcb] = "--enable-libxcb,--disable-libxcb,libxcb"
78PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" 79PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv"
79PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" 80PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib"