search for: libswfdecui

Displaying 6 results from an estimated 6 matches for "libswfdecui".

Did you mean: libswfdec
2007 Sep 28
1
SwfDec in Windows
...win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv ../libswfdec/libswfdec-0.4.la -Lc:/MinGW/lib -lgobject-2.0 -lglib-2.0 -lintl -liconv -lz swfplay-swfdec_slow_loader.o swfplay-swfplay.o libswfdecui.la gcc -g -O2 -o swfplay.exe swfplay-swfdec_slow_loader.o swfplay-swfplay.o -Lc:/MinGW/lib ../libswfdec/.libs/libswfdec-0.4.a -LC:/msys/1.0/local/lib ./.libs/libswfdecui.a -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 /home/Administrador/swfdec-0.4.3/libswfdec/.libs/l...
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...HECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.1.1, HAVE_LIBOIL=yes, HAVE_LIBOIL=no) AC_SUBST(LIBOIL_LIBS) diff --git a/player/.gitignore b/player/.gitignore index 3e3d43c..f2dfbf1 100644 --- a/player/.gitignore +++ b/player/.gitignore @@ -9,6 +9,7 @@ Makefile.in *.o *.lo *.loT +swfdec_playback.c libswfdecui.la swfdebug diff --git a/player/Makefile.am b/player/Makefile.am index 0a29cc5..c56ee91 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -1,5 +1,13 @@ if WITH_GTK -if WITH_ALSA + +# this workaround is needed or autotools don't generate the .deps/*.Plo files correctly +swfdec_playba...
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...HECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.1.1, HAVE_LIBOIL=yes, HAVE_LIBOIL=no) AC_SUBST(LIBOIL_LIBS) diff --git a/player/.gitignore b/player/.gitignore index 3e3d43c..f2dfbf1 100644 --- a/player/.gitignore +++ b/player/.gitignore @@ -9,6 +9,7 @@ Makefile.in *.o *.lo *.loT +swfdec_playback.c libswfdecui.la swfdebug diff --git a/player/Makefile.am b/player/Makefile.am index 0a29cc5..c56ee91 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -1,5 +1,13 @@ if WITH_GTK -if WITH_ALSA + +# this workaround is needed or autotools don't generate the .deps/*.Plo files correctly +swfdec_playba...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...connect (window, "destroy", G_CALLBACK (gtk_main_quit), NULL); gtk_widget_show_all (window); diff-tree 5956357f5cba90936a1aa15934957155400d272c (from a6845d55ff3420aa75dd666e70ecf5dfb4fb5dd4) Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 26 12:46:56 2007 +0200 movie libswfdecui to libswfdec-gtk and make libswfdec-gtk an installed library diff --git a/configure.ac b/configure.ac index 5ac3db0..65be1fc 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,11 @@ if test "$with_audio" = "auto" -o "$with if test "$AUDIO_TYPE" = &quo...
2007 Mar 11
0
10 commits - libswfdec/js libswfdec/swfdec_js_color.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_video.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_script.c player/.gitignore
...itignore This is my favorite directory to dump random files to test with into, and I don't want them to clutter git diff --git a/player/.gitignore b/player/.gitignore index f2dfbf1..c5a38e3 100644 --- a/player/.gitignore +++ b/player/.gitignore @@ -14,3 +14,6 @@ swfdec_playback.c libswfdecui.la swfdebug swfplay + +*.swf +*.flv diff-tree 555b7e2aeae67c6901d2a0b9de298ca0479eeecb (from 41a55370d4636e6bb3d39e0e6a3f1af1438df5db) Author: Benjamin Otte <otte@gnome.org> Date: Sun Mar 11 16:05:49 2007 +0100 set the function as property on the scope chain, not on this diff --git...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...silently return fix include line to include the correct builddir release 0.4.3 back to cvs change semantics of SwfdecBits.idx handling Add function swfdec_bits_init_bits Add build infrastructure for a libswfdec-gtk s/SWF_(CFLAGS|LIBS)/SWFDEC_\1/ movie libswfdecui to libswfdec-gtk and make libswfdec-gtk an installed library prepare the gtk widget for exporting its API apparently I can't name functions correctly hook up libswfdec-gtk Use a SwfdecPlayback struct instead of gpointer Add API docs hack to convince gtk-doc t...