diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-07-27 21:48:43 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-07-27 21:48:43 +0300 |
commit | 1c7c897da95feebd78d9681364431ba7532aaa1b (patch) | |
tree | b8b7af9292959992e2d30be5e065c970c7422bba | |
parent | 78ff96ed8700537a71b1c725a546d3286e7aabb5 (diff) |
gst-libav-1.0-static: Also ship libswresample
-rw-r--r-- | recipes/gst-libav-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-libav-1.0-static.recipe b/recipes/gst-libav-1.0-static.recipe index 1ce14fef..8fd8a1a7 100644 --- a/recipes/gst-libav-1.0-static.recipe +++ b/recipes/gst-libav-1.0-static.recipe @@ -41,7 +41,7 @@ class Recipe(custom.GStreamerStatic): self.append_env['CFLAGS'] += ' -DGST_LEVEL_MAX=GST_LEVEL_FIXME' super(Recipe, self).prepare() - for f in ['libavcodec', 'libavformat', 'libavutil', 'libswscale']: + for f in ['libavcodec', 'libavformat', 'libavutil', 'libswscale', 'libswresample']: for ext in ['.a', '.la']: path = os.path.join('lib', f + ext) self.files_plugins_codecs_restricted_devel.append(path) |