diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-08-19 11:14:09 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-08-19 11:14:09 +0100 |
commit | 15b5340f79c623f0435eae3f92d1940953248c69 (patch) | |
tree | dda0178b5efabf0bf59419d11558605b6b5bbf62 | |
parent | 41b91d78ac0f66de5761778145b794bf0c6c248f (diff) |
recipes: gst-plugins-bad: remove bitrotten applemedia-nonpublic plugin
-rw-r--r-- | recipes/gst-plugins-bad-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe index 6fac7fe1..a255f873 100644 --- a/recipes/gst-plugins-bad-1.0-static.recipe +++ b/recipes/gst-plugins-bad-1.0-static.recipe @@ -153,14 +153,12 @@ class Recipe(custom.GStreamerStatic): ], Platform.DARWIN: [ 'libgstapplemedia', - 'libgstapplemedia_nonpublic', 'libgstshm', 'libgstopengl', 'libgstdecklink', ], Platform.IOS: [ 'libgstapplemedia', - #'libgstapplemedia_nonpublic', 'libgstopengl', 'libgstshm', ], diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 69123104..bd8cfdf4 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -192,14 +192,12 @@ class Recipe(recipe.Recipe): ], Platform.DARWIN: [ 'lib/gstreamer-1.0/libgstapplemedia%(mext)s', - 'lib/gstreamer-1.0/libgstapplemedia_nonpublic%(mext)s', 'lib/gstreamer-1.0/libgstshm%(mext)s', 'lib/gstreamer-1.0/libgstopengl%(mext)s', 'lib/gstreamer-1.0/libgstdecklink%(mext)s', ], Platform.IOS: [ 'lib/gstreamer-1.0/libgstapplemedia%(mext)s', - #'lib/gstreamer-1.0/libgstapplemedia_nonpublic%(mext)s', 'lib/gstreamer-1.0/libgstshm%(mext)s', 'lib/gstreamer-1.0/libgstopengl%(mext)s' ], |