Displaying 4 results from an estimated 4 matches for "swfdec_debug_level_na".
2007 Mar 20
0
9 commits - configure.ac libswfdec/swfdec_bits.c libswfdec/swfdec_debug.c libswfdec/swfdec_js.c libswfdec/swfdec_script.c libswfdec/swfdec_sound.c
...G_LEVEL, [Default debug level used])
SWFDEC_LIBVERSION="1:2:0"
AC_SUBST(SWFDEC_LIBVERSION)
diff --git a/libswfdec/swfdec_debug.c b/libswfdec/swfdec_debug.c
index 4026292..cf95a14 100644
--- a/libswfdec/swfdec_debug.c
+++ b/libswfdec/swfdec_debug.c
@@ -35,7 +35,11 @@ static const char *swfdec_debug_level_na
"LOG "
};
-static unsigned int swfdec_debug_level = SWFDEC_LEVEL_WARNING;
+#ifndef SWFDEC_LEVEL_DEFAULT
+# define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR
+#endif
+
+static unsigned int swfdec_debug_level = SWFDEC_LEVEL_DEFAULT;
void
swfdec_debug_log (unsigned int level, const...
2007 May 22
0
Branch 'as' - 9 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_script_function.c
...t anholt.net>
- * 2006 Benjamin Otte <otte at gnome.org>
+ * 2006-2007 Benjamin Otte <otte at gnome.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -29,6 +29,7 @@
static const char *swfdec_debug_level_names[] = {
"NONE ",
"ERROR",
+ "FIXME",
"WARN ",
"INFO ",
"DEBUG",
@@ -36,7 +37,7 @@ static const char *swfdec_debug_level_na
};
#ifndef SWFDEC_LEVEL_DEFAULT
-# define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR
+# define S...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...orm * trans);
void swfdec_color_transform_init_color (SwfdecColorTransform *trans, SwfdecColor color);
diff --git a/libswfdec/swfdec_debug.c b/libswfdec/swfdec_debug.c
index cf95a14..d18e8a7 100644
--- a/libswfdec/swfdec_debug.c
+++ b/libswfdec/swfdec_debug.c
@@ -39,10 +39,10 @@ static const char *swfdec_debug_level_na
# define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR
#endif
-static unsigned int swfdec_debug_level = SWFDEC_LEVEL_DEFAULT;
+static guint swfdec_debug_level = SWFDEC_LEVEL_DEFAULT;
void
-swfdec_debug_log (unsigned int level, const char *file, const char *function,
+swfdec_debug_log (guint level...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...orm * trans);
void swfdec_color_transform_init_color (SwfdecColorTransform *trans, SwfdecColor color);
diff --git a/libswfdec/swfdec_debug.c b/libswfdec/swfdec_debug.c
index cf95a14..d18e8a7 100644
--- a/libswfdec/swfdec_debug.c
+++ b/libswfdec/swfdec_debug.c
@@ -39,10 +39,10 @@ static const char *swfdec_debug_level_na
# define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR
#endif
-static unsigned int swfdec_debug_level = SWFDEC_LEVEL_DEFAULT;
+static guint swfdec_debug_level = SWFDEC_LEVEL_DEFAULT;
void
-swfdec_debug_log (unsigned int level, const char *file, const char *function,
+swfdec_debug_log (guint level...