search for: fe9ca0a

Displaying 2 results from an estimated 2 matches for "fe9ca0a".

Did you mean: fe3ca04
2007 Oct 18
0
libswfdec/swfdec_url.c
...(-) New commits: commit f38c8198d0c13ec5f9005f019fc8703a5cd7695b Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 18 22:44:24 2007 +0200 stop that stupid message that shows up every time swfplay starts diff --git a/libswfdec/swfdec_url.c b/libswfdec/swfdec_url.c index 3d51d8e..fe9ca0a 100644 --- a/libswfdec/swfdec_url.c +++ b/libswfdec/swfdec_url.c @@ -86,7 +86,7 @@ swfdec_url_new (const char *string) url->url = g_strdup (string); s = strstr (string, "://"); if (s == NULL) { - SWFDEC_ERROR ("URL %s has no protocol", string); + SWFDEC_INFO (&...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...t;, "cache size", "maximum cache size in bytes", commit 1438104e4de0a19f29eed726da5aceea172abfba Author: Benjamin Otte <otte at gnome.org> Date: Sat Jan 12 00:23:51 2008 +0100 parse ports seperately diff --git a/libswfdec/swfdec_url.c b/libswfdec/swfdec_url.c index fe9ca0a..3d57c54 100644 --- a/libswfdec/swfdec_url.c +++ b/libswfdec/swfdec_url.c @@ -20,7 +20,10 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + +#include <stdlib.h> #include <string.h> + #include "swfdec_url.h" #include "swfdec_debug.h" @@ -49,6 +52,...