summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/gst-plugins-bad-1.0-static.recipe2
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe2
-rw-r--r--recipes/gst-plugins-base-1.0-static.recipe3
-rw-r--r--recipes/gst-plugins-base-1.0.recipe3
4 files changed, 6 insertions, 4 deletions
diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe
index bb20d38e..be3b50bb 100644
--- a/recipes/gst-plugins-bad-1.0-static.recipe
+++ b/recipes/gst-plugins-bad-1.0-static.recipe
@@ -65,7 +65,7 @@ class Recipe(custom.GStreamerStatic):
'libgstmidi',
'libgstmxf',
'libgstopenh264',
- 'libgstopus',
+ 'libgstopusparse',
'libgstpcapparse',
'libgstpnm',
'libgstrfbsrc',
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index f8790dc3..098b0acf 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -97,7 +97,7 @@ class Recipe(recipe.Recipe):
'lib/gstreamer-1.0/libgstmidi%(mext)s',
'lib/gstreamer-1.0/libgstmxf%(mext)s',
'lib/gstreamer-1.0/libgstopenh264%(mext)s',
- 'lib/gstreamer-1.0/libgstopus%(mext)s',
+ 'lib/gstreamer-1.0/libgstopusparse%(mext)s',
'lib/gstreamer-1.0/libgstpcapparse%(mext)s',
'lib/gstreamer-1.0/libgstpnm%(mext)s',
'lib/gstreamer-1.0/libgstrfbsrc%(mext)s',
diff --git a/recipes/gst-plugins-base-1.0-static.recipe b/recipes/gst-plugins-base-1.0-static.recipe
index 39b45a67..3ffcf2a0 100644
--- a/recipes/gst-plugins-base-1.0-static.recipe
+++ b/recipes/gst-plugins-base-1.0-static.recipe
@@ -10,7 +10,7 @@ class Recipe(custom.GStreamerStatic):
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
commit = 'origin/master'
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',
- 'libvisual', 'libvorbis', 'zlib', 'orc']
+ 'libvisual', 'libvorbis', 'zlib', 'orc', 'opus']
platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] }
use_system_libs = True
@@ -45,6 +45,7 @@ class Recipe(custom.GStreamerStatic):
'libgstogg',
'libgsttheora',
'libgstvorbis',
+ 'libgstopus',
]
files_plugins_vis_devel = [
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index 7a18015e..7af772dc 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -10,7 +10,7 @@ class Recipe(recipe.Recipe):
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
commit = 'origin/master'
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',
- 'libvisual', 'libvorbis', 'zlib', 'orc']
+ 'libvisual', 'libvorbis', 'zlib', 'orc', 'opus']
platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] }
use_system_libs = True
@@ -53,6 +53,7 @@ class Recipe(recipe.Recipe):
'lib/gstreamer-1.0/libgstogg%(mext)s',
'lib/gstreamer-1.0/libgsttheora%(mext)s',
'lib/gstreamer-1.0/libgstvorbis%(mext)s',
+ 'lib/gstreamer-1.0/libgstopus%(mext)s',
]
files_plugins_vis = [