summaryrefslogtreecommitdiff
path: root/recipes/gst-transcoder.recipe
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-05 16:35:15 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-09 08:47:22 -0400
commitdaa9187848c6d0aaba0b40e64e4efba597300db7 (patch)
treefbcab6be75c16bb41a6a7abc4f9ae83b61ce0f44 /recipes/gst-transcoder.recipe
parent7191a09491669186c480d360f4b6af75b1e22ee5 (diff)
Remove duplicated static gstreamer build
The plugin interface now supports building once for both static and dynamic modules. https://bugzilla.gnome.org/show_bug.cgi?id=779344
Diffstat (limited to 'recipes/gst-transcoder.recipe')
-rw-r--r--recipes/gst-transcoder.recipe4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gst-transcoder.recipe b/recipes/gst-transcoder.recipe
index 83a76060..3f72c987 100644
--- a/recipes/gst-transcoder.recipe
+++ b/recipes/gst-transcoder.recipe
@@ -24,6 +24,10 @@ class Recipe(recipe.Recipe):
'lib/gstreamer-1.0/libgsttranscoderplugin%(mext)s',
]
+ files_plugins_encoding_devel = [
+ 'lib/gstreamer-1.0/libgsttranscoderplugin.a', 'lib/gstreamer-1.0/libgsttranscoderplugin.la',
+ ]
+
files_bins = ['gst-transcoder-1.0']
btype = BuildType.MAKEFILE