summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-ios-templates.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-15 15:57:08 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-16 17:42:47 +0200
commitdde4533e358ef9a07f197626e07c32ceee0dbcdb (patch)
tree80b6b41a6d50794fa94bcb70fab697613ce2cceb /recipes/gstreamer-ios-templates.recipe
parent11a4b451199250ba3b509d3ffba59c6f337ddbb5 (diff)
gstreamer-io-templates: make it easier to enable categories
Diffstat (limited to 'recipes/gstreamer-ios-templates.recipe')
-rw-r--r--recipes/gstreamer-ios-templates.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-ios-templates.recipe b/recipes/gstreamer-ios-templates.recipe
index abfeed4e..ee26bf92 100644
--- a/recipes/gstreamer-ios-templates.recipe
+++ b/recipes/gstreamer-ios-templates.recipe
@@ -5,7 +5,7 @@ from custom import list_gstreamer_plugins_by_category
DECLARE_PLUGIN_TPL = 'GST_PLUGIN_STATIC_DECLARE(%s);'
REGISTER_PLUGIN_TPL = ' GST_PLUGIN_STATIC_REGISTER(%s);'
-DEFINE_TPL = '//#define GST_IOS_PLUGINS_%s\n'
+DEFINE_TPL = '#define GST_IOS_PLUGINS_%s\n'
REGISTER_TPL = 'void gst_backend_register_plugins (void);'
DEFINES_TPL = '''\
#if defined(GST_IOS_PLUGIN_%s) || defined(GST_IOS_PLUGINS_%s)