search for: 3aa5e4c

Displaying 4 results from an estimated 4 matches for "3aa5e4c".

2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
...off-by: Pavel Roskin <proski at gnu.org> --- configure.ac | 2 +- libswfdec/swfdec_as_context.c | 4 ++-- libswfdec/swfdec_as_native_function.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 3aa5e4c..9749087 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unconditionally AS_COMPILER_FLAG(-Wall, GLOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOB...
2007 Oct 12
0
4 commits - libswfdec-gtk/swfdec_gtk_loader.c
...e64020a91b2056415177594c266) 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,...
2007 Aug 03
1
2 commits - configure.ac
configure.ac | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: diff-tree b2bb3938e8d25c4d2342fef54ebb669e39d41570 (from b59b564ad8bac73e812b87cc53441402186bf3b4) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 3 23:55:06 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index 5d93042..98e4102 100644 --- a/configure.ac +++
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
...tions(+), 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,...