search for: 6abc3ff

Displaying 3 results from an estimated 3 matches for "6abc3ff".

2007 Oct 12
0
4 commits - libswfdec-gtk/swfdec_gtk_loader.c
...b2056415177594c266) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Oct 11 11:09:44 2007 +0300 Check for glib 2.10 instead of just 2.4 Not sure if 2.10 is correct version, we might actually require 2.12 or 2.14 diff --git a/configure.ac b/configure.ac index 3aa5e4c..6abc3ff 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_ARG_WITH(pkg-config-path, dnl Check for essential libraries first: dnl ==================================== -GLIB_VER=2.4 +GLIB_VER=2.10 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, HAVE_GLIB...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...20 deletions(-) New commits: diff-tree 493eff56ead0f496136751c5f7b4c276c22b5466 (from 4c51320f643f83f3556d7e2928095a84bf6a6355) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 13:46:46 2007 +0200 we require glib 2.10 diff --git a/configure.ac b/configure.ac index 3aa5e4c..6abc3ff 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_ARG_WITH(pkg-config-path, dnl Check for essential libraries first: dnl ==================================== -GLIB_VER=2.4 +GLIB_VER=2.10 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, HAVE_GLIB...
2007 Oct 11
0
12 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_frame.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_shape_parser.c libswfdec/swfdec_sound.c test/sound
...at) > 0); src = (gint16 *) source->data; diff-tree 81bb20f0fc8d58b5096fec192677730b9a7dc353 (from f6c05239c8677f0e1675e8eb685e5590178ecbdf) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 16:21:43 2007 +0200 fix typo diff --git a/configure.ac b/configure.ac index 6abc3ff..f33c09b 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,7 @@ AM_CONDITIONAL(HAVE_GST, [test "x$HAVE_G AC_ARG_ENABLE(soup, AS_HELP_STRING([--enable-soup], - [enable libaoup HTTP support for swfdec-gtk (default=yes)])], + [enable libsoup HTTP support for swfdec-gtk (default...