summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/gst-libav-1.0-static.recipe2
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)