diff options
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/riff/riffutil.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c index b363ddb8..3bf46c28 100644 --- a/gst-libs/gst/riff/riffutil.c +++ b/gst-libs/gst/riff/riffutil.c @@ -20,9 +20,6 @@ #include <riff.h> -/*#define debug(format,args...) g_print(format,##args) */ -#define debug(format,args...) - gulong gst_riff_fourcc_to_id(gchar *fourcc) { g_return_val_if_fail(fourcc != NULL, 0); |