From 1c7c897da95feebd78d9681364431ba7532aaa1b Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 27 Jul 2015 21:48:43 +0300 Subject: gst-libav-1.0-static: Also ship libswresample --- recipes/gst-libav-1.0-static.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3