diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-05 20:52:30 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-07 20:42:19 +0530 |
commit | 6dee67a090736b3ac4001023fc656d6c0a7fc322 (patch) | |
tree | c243b83b9281888eaeb6b7d0747dc07653d87a9b /recipes/gst-plugins-ugly-1.0.recipe | |
parent | dc02db6fe3133ef1baea02c442f0b08615d96ccc (diff) |
gstreamer recipes: Explicitly enable more options
And fix some other self-explanatory bugs.
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index d6a5b5d8..de7c231b 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -4,12 +4,10 @@ class Recipe(custom.GStreamer): name = 'gst-plugins-ugly-1.0' btype = BuildType.MESON + remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly'} meson_options = {'examples': 'disabled', 'gtk_doc': 'disabled', 'a52dec': 'enabled', 'dvdread': 'enabled', 'amrnb': 'enabled', 'amrwbdec': 'enabled', 'x264': 'enabled'} - configure_options = "--enable-static --disable-examples --disable-iec958 --disable-mpegstream \ - --disable-cdio --disable-sidplay --disable-gtk-doc --disable-fatal-warnings " - remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly'} deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'x264'] |