diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2018-05-19 14:30:01 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2018-05-19 14:30:01 +0300 |
commit | d65e93266ca719fb32dd01e418eb6ae1f97307cd (patch) | |
tree | f0924e57dae60a850df3faa9d298cc3fe4cc0e6f | |
parent | 28c06276f84e927b265215cb1d93c30a4c0380ce (diff) |
gst-plugins-bad-1.0: Include the static version of the proxy plugin for Android/iOS
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 2329580d..69554081 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -111,6 +111,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstinterlace.a', 'lib/gstreamer-1.0/libgstinterlace.la', 'lib/gstreamer-1.0/libgstivtc.a', 'lib/gstreamer-1.0/libgstivtc.la', 'lib/gstreamer-1.0/libgstlegacyrawparse.a', 'lib/gstreamer-1.0/libgstlegacyrawparse.la', + 'lib/gstreamer-1.0/libgstproxy.a', 'lib/gstreamer-1.0/libgstproxy.la', 'lib/gstreamer-1.0/libgstremovesilence.a', 'lib/gstreamer-1.0/libgstremovesilence.la', 'lib/gstreamer-1.0/libgstsegmentclip.a', 'lib/gstreamer-1.0/libgstsegmentclip.la', 'lib/gstreamer-1.0/libgstsmooth.a', 'lib/gstreamer-1.0/libgstsmooth.la', |