search for: b04b40f

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

Did you mean: 204b401
2007 Oct 21
0
libswfdec-gtk/Makefile.am
...deletions(-) New commits: commit ade9662fa6286636bf22007a5c13898a64bd49b1 Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 21 16:52:57 2007 +0200 We cann g_thread_init() here, so require gthread diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index 5aa9af5..b04b40f 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -22,12 +22,12 @@ noinst_HEADERS = \ libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ - $(AUDIO_CFLAGS) $(HTTP_CFLAGS) \ + $(AUDIO_CFLAGS) $(HTTP_CFLAGS)...
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...AVE_GTHREAD" = "no"; then - AC_MSG_ERROR([gthread-2.0 >= $GLIB_VER is required to build swfdec]) -fi dnl FIXME: detect these executables correctly GLIB_GENMARSHAL=glib-genmarshal AC_SUBST(GLIB_GENMARSHAL) diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index b04b40f..5aa9af5 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -22,12 +22,12 @@ noinst_HEADERS = \ libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ - $(AUDIO_CFLAGS) $(HTTP_CFLAGS) $(GTHREAD_CFLAGS) \ + $(A...