summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-ugly-1.0.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-09-05 20:52:30 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-09-07 20:42:19 +0530
commit6dee67a090736b3ac4001023fc656d6c0a7fc322 (patch)
treec243b83b9281888eaeb6b7d0747dc07653d87a9b /recipes/gst-plugins-ugly-1.0.recipe
parentdc02db6fe3133ef1baea02c442f0b08615d96ccc (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.recipe4
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']