summaryrefslogtreecommitdiff
path: root/recipes/gst-ffmpeg.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:23:14 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:23:25 +0200
commitca04222b0091a793a49427d229a649aab6d9a755 (patch)
tree724123fee480d11b2722c9eb50adc67f6cf597aa /recipes/gst-ffmpeg.recipe
parent18c2c830e99328a1a98bc2fab4d8947bb604b273 (diff)
Disable examples in the GStreamer recipes
Diffstat (limited to 'recipes/gst-ffmpeg.recipe')
-rw-r--r--recipes/gst-ffmpeg.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-ffmpeg.recipe b/recipes/gst-ffmpeg.recipe
index d031786..af20276 100644
--- a/recipes/gst-ffmpeg.recipe
+++ b/recipes/gst-ffmpeg.recipe
@@ -5,6 +5,7 @@ class Recipe(recipe.Recipe):
name = 'gst-ffmpeg'
version = '0.10.13'
config_sh = 'sh autogen.sh'
+ configure_options = '--disable-examples '
remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-ffmpeg'}
deps = ['gstreamer', 'gst-plugins-base', 'bzip2', 'zlib' ]