search for: 9abfa49

Displaying 2 results from an estimated 2 matches for "9abfa49".

Did you mean: 9a8fa4d
2007 Aug 03
1
2 commits - configure.ac
...;)] if test x"$nano" = x1 ; then diff-tree b59b564ad8bac73e812b87cc53441402186bf3b4 (from 6c9bb2836becc35805d599c3f4e942c97fbe09f1) Author: Benjamin Otte <lvs at macbook.(none)> Date: Fri Aug 3 23:49:04 2007 +0200 release 0.5.1 diff --git a/configure.ac b/configure.ac index 9abfa49..5d93042 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.5.0.1) +AC_INIT(swfdec,0.5.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then
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
...tree 42a4019df077264961406edeffe828eeba3296ee (from 475398f245045eff926c41d3e4a80ac0f907386a) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 2 09:26:14 2007 +0200 Change the gtk loader to use libsoup instead of gnome-vfs diff --git a/configure.ac b/configure.ac index e2336c5..9abfa49 100644 --- a/configure.ac +++ b/configure.ac @@ -246,21 +246,21 @@ fi AM_CONDITIONAL(HAVE_GST, [test "x$HAVE_GST" = xyes]) -AC_ARG_ENABLE(gnome-vfs, - AS_HELP_STRING([--enable-gnome-vfs], - [enable gnome-vfs support for swfdec-gtk (default=yes)])], - enable_gnomevfs=$enableval, - e...