diff options
author | Ross Burton <ross.burton@arm.com> | 2020-06-17 10:17:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-17 16:31:54 +0100 |
commit | daaf6267b73066ae3634760f5429d040934f5ceb (patch) | |
tree | 02a550fe4aee70b4dad427367a6bbb7ac7648bcc /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb | |
parent | 6bf674374d568b2419a4c6eef00d893028878881 (diff) | |
download | poky-daaf6267b73066ae3634760f5429d040934f5ceb.tar.gz |
gstreamer1.0-plugins-bad: add support for vdpau
libvdpau support was added to meta-oe by commit bf1de4db2 ("libvdpau:
Add recipe") in 2016. Therefore add a packageconfig for the
corresponding gstreamer plugin.
Based on a patch by Richard Leitner <richard.leitner@skidata.com>
(From OE-Core rev: 878a8561e10017bb91ea42bbbe6d4acfc0985482)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb index 7a227fed51..99176b2571 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb | |||
@@ -75,6 +75,7 @@ PACKAGECONFIG[srtp] = "-Dsrtp=enabled,-Dsrtp=disabled,libsrtp" | |||
75 | PACKAGECONFIG[tinyalsa] = "-Dtinyalsa=enabled,-Dtinyalsa=disabled,tinyalsa" | 75 | PACKAGECONFIG[tinyalsa] = "-Dtinyalsa=enabled,-Dtinyalsa=disabled,tinyalsa" |
76 | PACKAGECONFIG[ttml] = "-Dttml=enabled,-Dttml=disabled,libxml2 pango cairo" | 76 | PACKAGECONFIG[ttml] = "-Dttml=enabled,-Dttml=disabled,libxml2 pango cairo" |
77 | PACKAGECONFIG[uvch264] = "-Duvch264=enabled,-Duvch264=disabled,libusb1 libgudev" | 77 | PACKAGECONFIG[uvch264] = "-Duvch264=enabled,-Duvch264=disabled,libusb1 libgudev" |
78 | PACKAGECONFIG[vdpau] = "-Dvdpau=enabled,-Dvdpau=disabled,libvdpau" | ||
78 | PACKAGECONFIG[voaacenc] = "-Dvoaacenc=enabled,-Dvoaacenc=disabled,vo-aacenc" | 79 | PACKAGECONFIG[voaacenc] = "-Dvoaacenc=enabled,-Dvoaacenc=disabled,vo-aacenc" |
79 | PACKAGECONFIG[voamrwbenc] = "-Dvoamrwbenc=enabled,-Dvoamrwbenc=disabled,vo-amrwbenc" | 80 | PACKAGECONFIG[voamrwbenc] = "-Dvoamrwbenc=enabled,-Dvoamrwbenc=disabled,vo-amrwbenc" |
80 | PACKAGECONFIG[vulkan] = "-Dvulkan=enabled,-Dvulkan=disabled,vulkan-loader" | 81 | PACKAGECONFIG[vulkan] = "-Dvulkan=enabled,-Dvulkan=disabled,vulkan-loader" |
@@ -88,7 +89,7 @@ PACKAGECONFIG[zbar] = "-Dzbar=enabled,-Dzbar=disabled,zbar" | |||
88 | # aom androidmedia applemedia bs2b chromaprint d3dvideosink | 89 | # aom androidmedia applemedia bs2b chromaprint d3dvideosink |
89 | # directsound dts fdkaac gme gsm iq kate ladspa lv2 mpeg2enc | 90 | # directsound dts fdkaac gme gsm iq kate ladspa lv2 mpeg2enc |
90 | # mplex musepack nvdec nvenc ofa openexr openni2 opensles | 91 | # mplex musepack nvdec nvenc ofa openexr openni2 opensles |
91 | # soundtouch spandsp srt teletext vdpau wasapi wildmidi winks | 92 | # soundtouch spandsp srt teletext wasapi wildmidi winks |
92 | # winscreencap wpe x265 | 93 | # winscreencap wpe x265 |
93 | 94 | ||
94 | EXTRA_OEMESON += " \ | 95 | EXTRA_OEMESON += " \ |
@@ -127,7 +128,6 @@ EXTRA_OEMESON += " \ | |||
127 | -Dspandsp=disabled \ | 128 | -Dspandsp=disabled \ |
128 | -Dsrt=disabled \ | 129 | -Dsrt=disabled \ |
129 | -Dteletext=disabled \ | 130 | -Dteletext=disabled \ |
130 | -Dvdpau=disabled \ | ||
131 | -Dwasapi=disabled \ | 131 | -Dwasapi=disabled \ |
132 | -Dwildmidi=disabled \ | 132 | -Dwildmidi=disabled \ |
133 | -Dwinks=disabled \ | 133 | -Dwinks=disabled \ |