search for: f33c09b

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

Did you mean: 433cb9b
2007 Oct 12
0
3 commits - configure.ac
...if test x"$nano" = x1 ; then diff-tree a771cfbb2f1ea42427ec348430162ce28096ba38 (from 609d09e937f5a16695c14b9190420914e2b0f1cb) Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 12 16:49:34 2007 +0200 bump libtool version diff --git a/configure.ac b/configure.ac index f33c09b..33f9794 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="2:0:0" +SWFDEC_LIBVERSION="3:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
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
...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=yes)])],...