summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-12 20:44:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-12 08:42:26 +0000
commitad6db0121fa701dc01899336361221d0f3d4f4aa (patch)
treea3ed77d1a29bffccb818fb49408c8736a4accb81 /meta/recipes-multimedia
parentf0d87fea69bc93fae76747226812fc4a9eeed9cf (diff)
downloadpoky-ad6db0121fa701dc01899336361221d0f3d4f4aa.tar.gz
gst-plugins-bad: add PACKAGECONFIGs for voamrwbenc, voaacenc, resindvd
* allows to easily enable them and fixes: WARNING: QA Issue: gstreamer1.0-plugins-bad: Files/directories were installed but not shipped in any package: /usr/share/gstreamer-1.0 /usr/share/gstreamer-1.0/presets /usr/share/gstreamer-1.0/presets/GstVoAmrwbEnc.prs Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. gstreamer1.0-plugins-bad: 3 installed and not shipped files. [installed-vs-shipped] (From OE-Core rev: 7d45881da23dca70334400f556ed198126190cea) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index d7aefec4a1..b4f01afe51 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -55,6 +55,9 @@ PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1
55PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" 55PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
56PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" 56PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump"
57PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" 57PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2"
58PACKAGECONFIG[voamrwbenc] = "--enable-voamrwbenc,--disable-voamrwbenc,vo-amrwbenc"
59PACKAGECONFIG[voaacenc] = "--enable-voaacenc,--disable-voaacenc,vo-aacenc"
60PACKAGECONFIG[resindvd] = "--enable-resindvd,--disable-resindvd,libdvdnav libdvdread"
58 61
59# these plugins have not been ported to 1.0 (yet): 62# these plugins have not been ported to 1.0 (yet):
60# directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv 63# directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv
@@ -66,8 +69,8 @@ PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2"
66# these plugins have no corresponding library in OE-core or meta-openembedded: 69# these plugins have no corresponding library in OE-core or meta-openembedded:
67# openni2 winks direct3d directdraw directsound winscreencap osx_video 70# openni2 winks direct3d directdraw directsound winscreencap osx_video
68# apple_media android_media avc chromaprint daala dts gme gsm kate ladspa mimic 71# apple_media android_media avc chromaprint daala dts gme gsm kate ladspa mimic
69# mpeg2enc mplex ofa openjpeg opensles pvr resindvd rtmp soundtouch spandsp spc 72# mpeg2enc mplex ofa openjpeg opensles pvr rtmp soundtouch spandsp spc
70# srtp vdpau voaacenc voamrwbenc wasapi zbar 73# srtp vdpau wasapi zbar
71 74
72EXTRA_OECONF += " \ 75EXTRA_OECONF += " \
73 --enable-dvb \ 76 --enable-dvb \
@@ -106,7 +109,6 @@ EXTRA_OECONF += " \
106 --disable-osx_video \ 109 --disable-osx_video \
107 --disable-pvr \ 110 --disable-pvr \
108 --disable-quicktime \ 111 --disable-quicktime \
109 --disable-resindvd \
110 --disable-sdl \ 112 --disable-sdl \
111 --disable-sdltest \ 113 --disable-sdltest \
112 --disable-sndio \ 114 --disable-sndio \
@@ -118,8 +120,6 @@ EXTRA_OECONF += " \
118 --disable-timidity \ 120 --disable-timidity \
119 --disable-vcd \ 121 --disable-vcd \
120 --disable-vdpau \ 122 --disable-vdpau \
121 --disable-voaacenc \
122 --disable-voamrwbenc \
123 --disable-wasapi \ 123 --disable-wasapi \
124 --disable-wildmidi \ 124 --disable-wildmidi \
125 --disable-wininet \ 125 --disable-wininet \
@@ -133,3 +133,4 @@ ARM_INSTRUCTION_SET = "arm"
133 133
134FILES_gstreamer1.0-plugins-bad-opencv += "${datadir}/gst-plugins-bad/1.0/opencv*" 134FILES_gstreamer1.0-plugins-bad-opencv += "${datadir}/gst-plugins-bad/1.0/opencv*"
135 135
136FILES_${PN}-voamrwbenc += "${datadir}/gstreamer-${LIBV}/presets/GstVoAmrwbEnc.prs"