diff options
author | Scott Branden via Openembedded-core <openembedded-core@lists.openembedded.org> | 2020-02-13 08:25:33 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 10:26:42 +0000 |
commit | 3981fb3fd48297b4e12d9b947c5c5d94fec1c3ef (patch) | |
tree | 624b4f78d987544e1338f6b671b4c5059867df39 /meta/recipes-multimedia/ffmpeg | |
parent | 24b24a5450f07df83017b3638fbb8d1073b97978 (diff) | |
download | poky-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/ffmpeg')
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | 1 |
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" | |||
74 | PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" | 74 | PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" |
75 | PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" | 75 | PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" |
76 | PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" | 76 | PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" |
77 | PACKAGECONFIG[x265] = "--enable-libx265,--disable-libx265,x265" | ||
77 | PACKAGECONFIG[xcb] = "--enable-libxcb,--disable-libxcb,libxcb" | 78 | PACKAGECONFIG[xcb] = "--enable-libxcb,--disable-libxcb,libxcb" |
78 | PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" | 79 | PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" |
79 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | 80 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" |