summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 718c6fff98..08440a2536 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -17,7 +17,6 @@ PACKAGECONFIG ??= " \
17 orc curl uvch264 neon \ 17 orc curl uvch264 neon \
18 hls sbc dash bz2 smoothstreaming \ 18 hls sbc dash bz2 smoothstreaming \
19 " 19 "
20# rsvg plugin requires librsvg >= 2.36
21# dash = Dynamic Adaptive Streaming over HTTP 20# dash = Dynamic Adaptive Streaming over HTTP
22PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" 21PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
23PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" 22PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
@@ -43,7 +42,7 @@ PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluid
43PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger" 42PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger"
44PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2" 43PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
45PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4" 44PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4"
46 45PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
47 46
48# these plugins have not been ported to 1.0 (yet): 47# these plugins have not been ported to 1.0 (yet):
49# directdraw vcd apexsink cdaudio dc1394 lv2 linsys musepack mythtv 48# directdraw vcd apexsink cdaudio dc1394 lv2 linsys musepack mythtv
@@ -92,7 +91,6 @@ EXTRA_OECONF += " \
92 --disable-pvr \ 91 --disable-pvr \
93 --disable-quicktime \ 92 --disable-quicktime \
94 --disable-resindvd \ 93 --disable-resindvd \
95 --disable-rsvg \
96 --disable-rtmp \ 94 --disable-rtmp \
97 --disable-sdl \ 95 --disable-sdl \
98 --disable-sdltest \ 96 --disable-sdltest \