summaryrefslogtreecommitdiffstats
path: root/gst/goom/plugin_info.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-02-23 03:10:55 +0000
committerBastien Nocera <hadess@hadess.net>2008-02-23 03:10:55 +0000
commit9b2e72cabdb5f7765e150ab5b3ca2d17213d773a (patch)
tree454447e3e7eb049444dee790098937cda79686e5 /gst/goom/plugin_info.c
parente8ef50ac94938ee230dd15642b86a332d365a1f4 (diff)
gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other CFLAGS
Original commit message from CVS: * gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other CFLAGS * gst/goom/goomsl.c (gsl_instr_set_namespace), (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace), (calculate_labels), (gsl_read_file): * gst/goom/goomsl_lex.l: * gst/goom/goomsl_yacc.y: * gst/goom/plugin_info.c: Remove a few live printf, and fprintf, replace exit() calls with g_assert_not_reached() if it not optimal for a library
Diffstat (limited to 'gst/goom/plugin_info.c')
-rw-r--r--gst/goom/plugin_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/plugin_info.c b/gst/goom/plugin_info.c
index ce5e868d..465c2908 100644
--- a/gst/goom/plugin_info.c
+++ b/gst/goom/plugin_info.c
@@ -23,7 +23,7 @@
#include <liboil/liboil.h>
#include <liboil/liboilfunction.h>
#include <liboil/liboilcpu.h>
-#define VERBOSE 1
+/* #define VERBOSE 1 */
static void
setOptimizedMethods (PluginInfo * p)