Displaying 2 results from an estimated 2 matches for "565b2fa".
Did you mean:
56592f0
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...tree 4d296a7ca8b484a19f38855cbbf7f3a4c1638614 (from 240265e9d7ff72a51ff1c283805796df95547de2)
Author: Benjamin Otte <otte@gnome.org>
Date: Fri Apr 20 23:49:21 2007 +0200
use the right macro to get the function name
diff --git a/libswfdec/swfdec_debug.h b/libswfdec/swfdec_debug.h
index 565b2fa..913a4bd 100644
--- a/libswfdec/swfdec_debug.h
+++ b/libswfdec/swfdec_debug.h
@@ -48,7 +48,7 @@ enum {
#define SWFDEC_DEBUG_LEVEL(level,...) (void) 0
#else
#define SWFDEC_DEBUG_LEVEL(level,...) \
- swfdec_debug_log ((level), __FILE__, G_GNUC_FUNCTION, __LINE__, __VA_ARGS__)
+ swfdec_debug_log...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...oil_argb_G(ptr[x]));
- printf ("%d ", oil_argb_B(ptr[x]));
- if ((x & 15) == 15) {
- printf ("\n");
- }
- }
- printf ("\n");
- ptr += rowstride/4;
- }
-}
diff --git a/libswfdec/swfdec_debug.h b/libswfdec/swfdec_debug.h
index 60eec2a..565b2fa 100644
--- a/libswfdec/swfdec_debug.h
+++ b/libswfdec/swfdec_debug.h
@@ -22,6 +22,8 @@
#ifndef __SWFDEC_DEBUG_H__
#define __SWFDEC_DEBUG_H__
+#include <glib.h>
+
enum {
SWFDEC_LEVEL_NONE = 0,
SWFDEC_LEVEL_ERROR,
diff --git a/libswfdec/swfdec_image.c b/libswfdec/swfdec_image.c
index...