summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-ugly-1.0.recipe
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-02-18 16:20:34 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-02-18 16:23:23 +0100
commita3bb5079362e530b044a624ff5179c313790d3cb (patch)
tree2ad3d9ea3678057176498f95ee7e621f5ed2a08a /recipes/gst-plugins-ugly-1.0.recipe
parent5baf224824a5de725cff95c711cc444d5dcc0dce (diff)
recipes: Set maximum gst debug level to FIXME for nodebug releases
Gives us a better balance of information vs size of binaries
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0.recipe')
-rw-r--r--recipes/gst-plugins-ugly-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe
index 9f9da643..3dc79da2 100644
--- a/recipes/gst-plugins-ugly-1.0.recipe
+++ b/recipes/gst-plugins-ugly-1.0.recipe
@@ -48,4 +48,4 @@ class Recipe(recipe.Recipe):
self.files_plugins_dvd.remove('lib/gstreamer-1.0/libgstdvdread%(mext)s')
if self.config.variants.nodebug:
- self.configure_options += ' --disable-gst-debug'
+ self.append_env['CFLAGS'] += ' -DGST_LEVEL_MAX=GST_LEVEL_FIXME'