summaryrefslogtreecommitdiff
path: root/strata/multimedia-gstreamer
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-11 14:30:18 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-13 19:03:45 +0900
commit301c9ba7ee88d1788fc664dd932081dcb52c8910 (patch)
treeda86b2c7fa20b2ce6b2fd9ef5110a54fd0f73146 /strata/multimedia-gstreamer
parent1a0a6129e13365432f2cf3f804a139735af7a135 (diff)
downloaddefinitions-301c9ba7ee88d1788fc664dd932081dcb52c8910.tar.gz
Custom configure commands for orc in multimedia-gstreamer
For some reason the default autogen for orc causes orc 0.4.24 to install as 0.4.16 (in the pkg-config and sonames), causing gstreamer to not use it as it requires a minimum version of 0.4.17. Simply running autogen.sh once with the given arguments fixes this issue. Change-Id: Ife6864fa0af2634683986827e1fb99bbc49e480e
Diffstat (limited to 'strata/multimedia-gstreamer')
-rw-r--r--strata/multimedia-gstreamer/orc.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/multimedia-gstreamer/orc.morph b/strata/multimedia-gstreamer/orc.morph
new file mode 100644
index 00000000..97a5da9d
--- /dev/null
+++ b/strata/multimedia-gstreamer/orc.morph
@@ -0,0 +1,5 @@
+name: orc
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --disable-gtk-doc