search for: have_gnomevfs

Displaying 9 results from an estimated 9 matches for "have_gnomevfs".

2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...9da8 (from 7d592c21a8605361c3e63aca138f3e359cdbab50) Author: Benjamin Otte <otte@gnome.org> Date: Mon Apr 2 13:28:39 2007 +0200 update docs diff --git a/configure.ac b/configure.ac index 3550a5c..fdf2a31 100644 --- a/configure.ac +++ b/configure.ac @@ -226,13 +226,13 @@ AM_CONDITIONAL(HAVE_GNOMEVFS, [test "x$H AC_SUBST(GLOBAL_CFLAGS) AC_SUBST(GLOBAL_CFLAGS) -SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS" -SWFDEC_LIBS="\$(top_builddir)/libswfdec/libswfdec-$SWFDEC_MAJORMINOR.la $GLIB_LIBS -lz" +SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS $CAIRO_CFLAGS" +SW...
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
...#SwfdecLoader using gnome-vfs. + * Returns: a new #SwfdecGtkLoader **/ SwfdecLoader * swfdec_gtk_loader_new (const char *uri) @@ -230,5 +176,3 @@ swfdec_gtk_loader_new (const char *uri) swfdec_gtk_loader_load (loader, SWFDEC_LOADER_REQUEST_DEFAULT, NULL, 0); return loader; } - -#endif /* HAVE_GNOMEVFS */ diff-tree 475398f245045eff926c41d3e4a80ac0f907386a (from 3ddffa3a51e8c1eacb15d89fa0960cc4b15f5e74) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 2 09:25:58 2007 +0200 get rid of the HTTP status on open(). Instead allow changing the URL. The HTTP status is not need...
2007 Oct 21
0
player/swfplay.c
...00 remove obsolete conditional include that was never enabled diff --git a/player/swfplay.c b/player/swfplay.c index d976358..b3fcea0 100644 --- a/player/swfplay.c +++ b/player/swfplay.c @@ -25,9 +25,6 @@ #include <libswfdec/swfdec.h> #include <libswfdec-gtk/swfdec-gtk.h> -#if HAVE_GNOMEVFS -#include <libgnomevfs/gnome-vfs.h> -#endif #include "swfdec_slow_loader.h"
2007 Aug 02
1
player/swfplay.c
...ge = FALSE, no_sound = FALSE; gboolean trace = FALSE; char *variables = NULL; + char *s; GtkWidget *window; GOptionEntry options[] = { @@ -106,17 +127,10 @@ main (int argc, char *argv[]) g_printerr ("Usage: %s [OPTIONS] filename\n", argv[0]); return 1; } - -#if HAVE_GNOMEVFS - { - char *s; - s = gnome_vfs_make_uri_from_shell_arg (argv[1]); - loader = swfdec_gtk_loader_new (s); - g_free (s); - } -#else - loader = swfdec_gtk_loader_new (argv[1]); -#endif + + s = sanitize_url (argv[1]); + loader = swfdec_gtk_loader_new (s); + g_free (s); if (loader-...
2007 May 04
0
2 commits - configure.ac libswfdec/swfdec_loader_internal.h player/swfplay.c
...E; char *variables = NULL; GtkWidget *window; - char *s; GOptionEntry options[] = { { "delay", 'd', 0, G_OPTION_ARG_INT, &delay, "make loading of resources take time", "SECS" }, @@ -114,9 +113,12 @@ main (int argc, char *argv[]) } #if HAVE_GNOMEVFS - s = gnome_vfs_make_uri_from_shell_arg (argv[1]); - loader = swfdec_gtk_loader_new (s); - g_free (s); + { + char *s; + s = gnome_vfs_make_uri_from_shell_arg (argv[1]); + loader = swfdec_gtk_loader_new (s); + g_free (s); + } #else loader = swfdec_gtk_loader_new (argv[1]); #end...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...9da8 (from 7d592c21a8605361c3e63aca138f3e359cdbab50) Author: Benjamin Otte <otte@gnome.org> Date: Mon Apr 2 13:28:39 2007 +0200 update docs diff --git a/configure.ac b/configure.ac index 3550a5c..fdf2a31 100644 --- a/configure.ac +++ b/configure.ac @@ -226,13 +226,13 @@ AM_CONDITIONAL(HAVE_GNOMEVFS, [test "x$H AC_SUBST(GLOBAL_CFLAGS) AC_SUBST(GLOBAL_CFLAGS) -SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS" -SWFDEC_LIBS="\$(top_builddir)/libswfdec/libswfdec-$SWFDEC_MAJORMINOR.la $GLIB_LIBS -lz" +SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS $CAIRO_CFLAGS" +SW...
2007 Apr 06
0
3 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_codec_video.c
...ir)/libswfdec/js swfdebug_LDFLAGS = $(GTK_LIBS) $(SWFDEC_GTK_LIBS) diff --git a/player/swfplay.c b/player/swfplay.c index 78c5c48..7cc4dbe 100644 --- a/player/swfplay.c +++ b/player/swfplay.c @@ -25,6 +25,9 @@ #include <libswfdec/swfdec.h> #include <libswfdec-gtk/swfdec-gtk.h> +#if HAVE_GNOMEVFS +#include <libgnomevfs/gnome-vfs.h> +#endif #include "swfdec_slow_loader.h" @@ -76,6 +79,7 @@ main (int argc, char *argv[]) gboolean trace = FALSE; char *variables = NULL; GtkWidget *window; + char *s; GOptionEntry options[] = { { "delay", 'd...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...der handling first step in loader handling reord s/g_print/SWFDEC_DEBUG/ step 2 in loading reorg: SwfdecLoaderTarget remove hack for loader actions make it compile (it doesn't work yet) fix up docs build document swfdec_as_frame_init_arguments() s/HAVE_GNOMEVFS/HAVE_HTTP/ we want HTTP_CFLAGS and HTTP_LIBS here export the file loader so subclassing gets possible fix docs - protected values aren't mentioned in gtk-doc actually commit the file loader code (oops) fix docs get rid of the HTTP status on open(). Instead al...
2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
...eturn swfdec_gtk_loader_new_from_uri (guri); + url = swfdec_url_new (uri); + g_return_val_if_fail (url == NULL, NULL); /* FIXME */ + loader = g_object_new (SWFDEC_TYPE_GTK_LOADER, NULL); + swfdec_gtk_loader_load (loader, SWFDEC_LOADER_REQUEST_DEFAULT, NULL, 0); + return loader; } #endif /* HAVE_GNOMEVFS */ diff --git a/libswfdec/swfdec_loader.c b/libswfdec/swfdec_loader.c index aa41e59..65081d5 100644 --- a/libswfdec/swfdec_loader.c +++ b/libswfdec/swfdec_loader.c @@ -152,7 +152,7 @@ swfdec_loader_dispose (GObject *object) SwfdecLoader *loader = SWFDEC_LOADER (object); swfdec_buffer_queue_...