summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb
index 4d9448346..8aad0b78f 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb
@@ -40,9 +40,17 @@ PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger"
40PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" 40PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
41PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" 41PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac"
42PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" 42PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump"
43PACKAGECONFIG[voamrwbenc] = "--enable-voamrwbenc,--disable-voamrwbenc,vo-amrwbenc"
44PACKAGECONFIG[voaacenc] = "--enable-voaacenc,--disable-voaacenc,vo-aacenc"
45PACKAGECONFIG[resindvd] = "--enable-resindvd,--disable-resindvd,libdvdnav libdvdread"
43 46
44ARM_INSTRUCTION_SET = "arm" 47ARM_INSTRUCTION_SET = "arm"
45 48
49PACKAGES =+ "${PN}-resindvd"
50FILES_${PN}-resindvd = "${libdir}/gstreamer-${LIBV}/libresindvd.so"
51FILES_${PN}-dev += "${libdir}/gstreamer-${LIBV}/libresindvd.la"
52FILES_${PN}-voamrwbenc += "${datadir}/gstreamer-${LIBV}/presets/GstVoAmrwbEnc.prs"
53
46do_configure_prepend() { 54do_configure_prepend() {
47 # This m4 file contains nastiness which conflicts with libtool 2.2.2 55 # This m4 file contains nastiness which conflicts with libtool 2.2.2
48 rm ${S}/m4/lib-link.m4 || true 56 rm ${S}/m4/lib-link.m4 || true