summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2017-04-11 10:11:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-11 18:10:18 +0100
commita9dfae4e2697ece5c58fd5c702f3c95979e2922f (patch)
tree5c2e68f6b44bf9d005e6ce46f2b1bc18c5f274aa /meta/recipes-multimedia
parent283a9b3883083e45bbdaf0488a3c6c76c5b197d7 (diff)
downloadpoky-a9dfae4e2697ece5c58fd5c702f3c95979e2922f.tar.gz
gstreamer1.0-plugins-bad: Update packageconfigs and config flags
(From OE-Core rev: 5acad7f33aebfac4c5a3a68778f5860f954904fe) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 992373b69e..0ccfc89a2e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -30,6 +30,7 @@ PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}"
30PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" 30PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
31PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" 31PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
32PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2" 32PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2"
33PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
33PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" 34PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb"
34PACKAGECONFIG[dtls] = "--enable-dtls,--disable-dtls,openssl" 35PACKAGECONFIG[dtls] = "--enable-dtls,--disable-dtls,openssl"
35PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl" 36PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl"
@@ -50,6 +51,7 @@ PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon"
50PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" 51PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft"
51PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" 52PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
52PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl libglu" 53PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl libglu"
54PACKAGECONFIG[openjpeg] = "--enable-openjpeg,--disable-openjpeg,openjpeg"
53# the opus encoder/decoder elements are now in the -base package, 55# the opus encoder/decoder elements are now in the -base package,
54# but the opus parser remains in -bad 56# but the opus parser remains in -bad
55PACKAGECONFIG[opusparse] = "--enable-opus,--disable-opus,libopus" 57PACKAGECONFIG[opusparse] = "--enable-opus,--disable-opus,libopus"
@@ -68,14 +70,14 @@ PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-nat
68PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" 70PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
69 71
70# these plugins have not been ported to 1.0 (yet): 72# these plugins have not been ported to 1.0 (yet):
71# apexsink dc1394 lv2 linsys musepack nas timidity sdl xvid wininet 73# apexsink linsys nas timidity sdl xvid wininet
72# sndio cdxaparse dccp faceoverlay hdvparse tta mve nuvdemux 74# sndio cdxaparse dccp faceoverlay hdvparse tta mve nuvdemux
73# patchdetect sdi videomeasure 75# patchdetect sdi videomeasure
74 76
75# these plugins have no corresponding library in OE-core or meta-openembedded: 77# these plugins have no corresponding library in OE-core or meta-openembedded:
76# openni2 winks direct3d directsound winscreencap acm 78# openni2 winks direct3d directsound winscreencap acm apple_media
77# apple_media android_media avc bs2b chromaprint daala dts gme gsm kate ladspa 79# android_media avc bs2b chromaprint daala dts fdkaac gme gsm kate ladspa libde265
78# libde265 mimic mpeg2enc mplex nvenc ofa openh264 opensles pvr soundtouch spandsp 80# lv2 mimic mpeg2enc mplex musepack nvenc ofa openh264 opensles pvr soundtouch spandsp
79# spc teletextdec tinyalsa vdpau vulkan wasapi x265 zbar 81# spc teletextdec tinyalsa vdpau vulkan wasapi x265 zbar
80 82
81# qt5 support is disabled, because it is not present in OE core, and requires more work than 83# qt5 support is disabled, because it is not present in OE core, and requires more work than
@@ -99,10 +101,10 @@ EXTRA_OECONF += " \
99 --disable-chromaprint \ 101 --disable-chromaprint \
100 --disable-cocoa \ 102 --disable-cocoa \
101 --disable-daala \ 103 --disable-daala \
102 --disable-dc1394 \
103 --disable-direct3d \ 104 --disable-direct3d \
104 --disable-directsound \ 105 --disable-directsound \
105 --disable-dts \ 106 --disable-dts \
107 --disable-fdk_aac \
106 --disable-gme \ 108 --disable-gme \
107 --disable-gsm \ 109 --disable-gsm \
108 --disable-kate \ 110 --disable-kate \
@@ -120,7 +122,6 @@ EXTRA_OECONF += " \
120 --disable-ofa \ 122 --disable-ofa \
121 --disable-openexr \ 123 --disable-openexr \
122 --disable-openh264 \ 124 --disable-openh264 \
123 --disable-openjpeg \
124 --disable-openni2 \ 125 --disable-openni2 \
125 --disable-opensles \ 126 --disable-opensles \
126 --disable-pvr \ 127 --disable-pvr \