summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-fluendo.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-fluendo.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
new file mode 100644
index 0000000000..76b76c2b02
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc
@@ -0,0 +1,20 @@
1DESCRIPTION = "Fluendo closed-format GStreamer plug-in"
2SECTION = "multimedia"
3PRIORITY = "optional"
4LICENSE = "MIT"
5HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php"
6DEPENDS = "gstreamer zlib"
7
8inherit autotools pkgconfig
9
10SRC_URI = "http://core.fluendo.com/gstreamer/src/${PN}/${PN}-${PV}.tar.bz2"
11
12FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
13FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
14FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
15
16EXTRA_OECONF = "--disable-debug --disable-valgrind"
17
18# Hack to get STAGING_LIBDIR into the linker path when building
19CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}"
20