Displaying 2 results from an estimated 2 matches for "2c45bf2".
2007 Feb 17
0
8 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
...0d4daf (from d33393b8767f81772dee644af8bc7143e766e4bb)
Author: Benjamin Otte <otte@gnome.org>
Date: Sat Feb 17 11:18:54 2007 +0100
Add swfdec_player_set_loader_with_variables stub
Also update configure.ac for updated API
diff --git a/configure.ac b/configure.ac
index 301a83a..2c45bf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then
AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror")
fi
-SWFDEC_LIBVERSION="1:1:0"
+SWFDEC_LIBVERSION="1:2:0"
AC_SUBST(SWFDEC_LIBVERSION)
AM_PROG_LIBT...
2007 Mar 05
0
11 commits - configure.ac libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_decoder.c
...s:
diff-tree 1d7b4569b0f06d928f583a3e779137322aa86448 (from bc1fe2987c20d2425c0e7997270dea35aa168c92)
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Mar 5 17:29:51 2007 +0100
oops, the cairo requirement should be >= 1.2 not >= 0.4
diff --git a/configure.ac b/configure.ac
index 2c45bf2..7f41b65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,7 +128,7 @@ if test "$HAVE_LIBOIL" = "no"; then
AC_MSG_ERROR([cannot find liboil-0.3, which is required for build])
fi
-PKG_CHECK_MODULES(CAIRO, cairo >= 0.4.0, HAVE_CAIRO=yes, HAVE_CAIRO=no)
+PKG_CHECK_MODUL...