Displaying 1 result from an estimated 1 matches for "e1a6e47".
Did you mean:
1ea3e47
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...5c6dabcc61d3db6cad8e64a1164c
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jun 13 17:48:21 2007 +0200
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec into as
Conflicts:
configure.ac
diff --cc configure.ac
index e60dcd9,52e58a5..e1a6e47
@@@ -37,9 -37,11 +37,14 @@@
AC_SUBST(SWFDEC_LIBVERSION)
AM_PROG_LIBTOOL
+dnl C99 is only required to get definitions for NAN and INFINITY.
+GLOBAL_CFLAGS="$GLOBAL_CFLAGS -std=c99"
+
+ dnl ensures the library is linked against the internal Mozilla
+ dnl if this doesn't work o...