summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-bad-1.0.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gst-plugins-bad-1.0.recipe')
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index 8ab4f18b..815f619f 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -8,7 +8,8 @@ class Recipe(custom.GStreamer):
tarball_checksum = '5382f98a9af2c92e5c0ca4fcb3911025cafd9f89b3142b206eb7b92b812e0979'
# Explicitly enable plugins that we provide dependencies for to ensure that
# we error out if they weren't found.
- meson_options = {# enabled plugins
+ meson_options = {'gpl': 'enabled',
+ # enabled plugins
'assrender': 'enabled',
'bz2': 'enabled',
'closedcaption': 'enabled',