diff options
Diffstat (limited to 'recipes/gst-transcoder.recipe')
-rw-r--r-- | recipes/gst-transcoder.recipe | 4 |
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 |