search for: global_cflag

Displaying 20 results from an estimated 66 matches for "global_cflag".

Did you mean: global_cflags
2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
...wfdec/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, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaratio...
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
...srcdir)/js/ -I$(top_builddir)/libswfdec/js -DXP_UNIX -DDEBUG - libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_playback.c \ swfdec_source.c \ @@ -23,9 +21,9 @@ noinst_HEADERS = \ swfdec_source.h libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ - -I$(top_srcdir) $(js_cflags) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ + -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ $(AUDIO_CFLAGS) $(HTTP_CFLAGS) \ - -DG_LOG_DOMAIN=\"Swfdec-Gtk\" -DXP_UNIX + -DG_LOG_DOMAIN=\"Swfdec-Gtk\" libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_LDFLAGS = \ -version-inf...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...ome.org> Date: Tue Jul 17 01:09:25 2007 +0100 disable -Wstrict-prototypes because gtk is broken diff --git a/configure.ac b/configure.ac index 1e4cb3f..7c3d67a 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unco 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, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaratio...
2007 Nov 08
0
configure.ac libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h
...Remove SwfdecAudioCodec and SwfdecVideoCodec enums and use guint with defines instead diff --git a/configure.ac b/configure.ac index fc48f5c..882a129 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, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaratio...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...7 @@ lib_LTLIBRARIES = libswfdec-gtk-@SWFDEC_ libswfdec_gtk_@SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_playback.c \ swfdec_source.c \ + swfdec_gtk_player.c \ swfdec_gtk_widget.c noinst_HEADERS = \ @@ -21,13 +22,14 @@ noinst_HEADERS = \ libswfdec_gtk_@SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) $(AUDIO_CFLAGS) \ - -DG_LOG_DOMAIN=\"Swfdec-Gtk\" + -DG_LOG_DOMAIN=\"Swfdec-Gtk\" -DXP_UNIX libswfdec_gtk_@SWFDEC_MAJORMINOR@_la_LDFLAGS = \ -version-info $(SWFDEC_LIBVERSION) \ -export-symbols-regex '^(swfdec_.*)' \ $(GTK_LIBS) $(...
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...2d998bcc19cbd915b58a7f3d63a435a6b Author: Benjamin Otte <otte at gnome.org> Date: Sat Jul 7 17:46:09 2007 +0100 Merge branch 'master' into as diff --cc player/Makefile.am index 2f284f7,501d547..3295db0 @@@ -25,11 -23,10 +23,9 @@@ swfdec_slow_loader.h swfplay_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) $(GNOMEVFS_CFLAGS) -swfplay_LDFLAGS = $(GTK_LIBS) $(SWFDEC_GTK_LIBS) $(GNOMEVFS_LIBS) +swfplay_LDFLAGS = $(SWFDEC_GTK_LIBS) $(GTK_LIBS) $(GNOMEVFS_LIBS) swfdebug_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libs...
2007 Aug 16
0
Branch 'vivi' - 18 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h libswfdec/swfdec_player.c vivified/core vivified/ui
...Otte <otte at gnome.org> Date: Thu Aug 16 14:47:25 2007 +0200 add some printf warning flags diff --git a/configure.ac b/configure.ac index 1303884..63a0bde 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unco 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, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaratio...
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...AC_SUBST(GLIB_GENMARSHAL) diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index b04b40f..5aa9af5 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -22,12 +22,12 @@ noinst_HEADERS = \ libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ - $(AUDIO_CFLAGS) $(HTTP_CFLAGS) $(GTHREAD_CFLAGS) \ + $(AUDIO_CFLAGS) $(HTTP_CFLAGS) \ -DG_LOG_DOMAIN=\"Swfdec-Gtk\" libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_LDFLAGS = \ -version-info $(SWFDEC_LIBVERSION) \ -export-symbols-regex '^(swfdec_.*)&...
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
...an 14 17:13:59 2007 +0100 Use library versioning and set it to 1.0.0 since API was changed since 0.4.0 diff --git a/configure.ac b/configure.ac index db8aeff..5da6e32 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="0:0:0" +SWFDEC_LIBVERSION="1:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index f6235a1..08e39de 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/M...
2007 Feb 08
0
5 commits - configure.ac NEWS
...gnome.org> Date: Thu Feb 8 16:20:26 2007 +0100 up LIBVERSION for added swfdec_loader_get_filename diff --git a/configure.ac b/configure.ac index a93a287..cfa5fe3 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:0:0" +SWFDEC_LIBVERSION="1:1:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...://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 on your platform, I'll take patches :) + SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic" + AC_SUBST(SYMBOLIC_LDFLAGS) + dnl Add parameters for aclocal dnl (Th...
2007 Mar 19
0
7 commits - libswfdec/jpeg libswfdec/swfdec_button_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_video.c player/swfdec_debug_movies.c
...h, int height) +dump_pgm (const unsigned char *ptr, int rowstride, int width, int height) { int x, y; diff-tree cd812227f73b57d4dc92bb173e3b8c6c8be1acba (from aaf177846e73cfaf396b5e3fe2b8dfdf4165d849) Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 19 16:28:51 2007 +0100 add GLOBAL_CFLAGS to tests, too - they should get -Wall, too diff --git a/libswfdec/jpeg/Makefile.am b/libswfdec/jpeg/Makefile.am index 88356fa..14f2cf8 100644 --- a/libswfdec/jpeg/Makefile.am +++ b/libswfdec/jpeg/Makefile.am @@ -12,10 +12,10 @@ noinst_HEADERS = bits.h huffman.h jpeg.h jpeg_test_SOURCES = tes...
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...layback_$(AUDIO_TYPE).c swfdec_playback.c + +BUILT_SOURCES = swfdec_playback.c +CLEANFILES = swfdec_playback.c + noinst_LTLIBRARIES = libswfdecui.la noinst_PROGRAMS = swfplay swfdebug @@ -31,15 +39,17 @@ noinst_HEADERS = \ swfdec_slow_loader.h \ swfdec_widget.h -libswfdecui_la_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWF_CFLAGS) $(ALSA_CFLAGS) -libswfdecui_la_LDFLAGS = $(GTK_LIBS) $(SWF_LIBS) $(ALSA_LIBS) -swfplay_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWF_CFLAGS) $(ALSA_CFLAGS) -swfplay_LDFLAGS = $(GTK_LIBS) $(SWF_LIBS) $(ALSA_LIBS) +libswfdecui_la_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $...
2006 Aug 21
1
[PATCH 3 of 6] dm-userspace internal libdmu support for userspace tool
...vmapper], [dm_task_create],, exit) AC_CHECK_LIB([ltdl], [lt_dlsym],, exit) -AC_CHECK_LIB([devmapper], [dmu_ctl_open],, libdevmapper_error) + +if test x$need_internal_dmu = xyes; then + AC_CHECK_LIB([devmapper], [dmu_ctl_open], libdevmapper_conflict) + abs_libdmu_dir=$(readlink -f .)/libdmu + GLOBAL_CFLAGS="$GLOBAL_CFLAGS -DINTERNAL_DMU -I$abs_libdmu_dir" +else + AC_CHECK_LIB([devmapper], [dmu_ctl_open],, libdevmapper_error) +fi if test -z "$COVERAGE"; then GLOBAL_CFLAGS="$GLOBAL_CFLAGS" diff -r 53c5bcecfcfd -r a19a066dea76 tools/cowd/cowd.c --- a/tools/cowd/co...
2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...359cdbab50) Author: Benjamin Otte <otte@gnome.org> Date: Mon Apr 2 13:28:39 2007 +0200 update docs diff --git a/configure.ac b/configure.ac index 3550a5c..fdf2a31 100644 --- a/configure.ac +++ b/configure.ac @@ -226,13 +226,13 @@ AM_CONDITIONAL(HAVE_GNOMEVFS, [test "x$H AC_SUBST(GLOBAL_CFLAGS) AC_SUBST(GLOBAL_CFLAGS) -SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS" -SWFDEC_LIBS="\$(top_builddir)/libswfdec/libswfdec-$SWFDEC_MAJORMINOR.la $GLIB_LIBS -lz" +SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS $CAIRO_CFLAGS" +SWFDEC_LIBS="\$(top_builddir)/libswfd...
2007 Jun 14
0
Branch 'as' - 7 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c player/Makefile.am
...200 fix order of LDFLAGS, so libtool doesn't link against installed libs diff --git a/player/Makefile.am b/player/Makefile.am index f29a0e8..2f284f7 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -25,10 +25,10 @@ noinst_HEADERS = \ swfdec_slow_loader.h swfplay_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) $(GNOMEVFS_CFLAGS) -swfplay_LDFLAGS = $(GTK_LIBS) $(SWFDEC_GTK_LIBS) $(GNOMEVFS_LIBS) +swfplay_LDFLAGS = $(SWFDEC_GTK_LIBS) $(GTK_LIBS) $(GNOMEVFS_LIBS) swfdebug_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfde...
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
...WITH_GTK noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump swfedit swfscript +noinst_PROGRAMS = swfdec-extract dump swfedit swfscript crashfinder else -noinst_PROGRAMS = swfdec-extract dump +noinst_PROGRAMS = swfdec-extract dump crashfinder endif +crashfinder_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) +crashfinder_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) +crashfinder_SOURCES = crashfinder.c + dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) dump_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(PANGO_LIBS) diff --git a/test/crashfinder.c b/test/crashfin...
2007 Mar 20
0
9 commits - configure.ac libswfdec/swfdec_bits.c libswfdec/swfdec_debug.c libswfdec/swfdec_js.c libswfdec/swfdec_script.c libswfdec/swfdec_sound.c
...ases diff --git a/configure.ac b/configure.ac index 6ea8b8d..d4a48c1 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,11 @@ AS_COMPILER_FLAG(-Wextra -Wno-missing-fi dnl if we're in nano >= 1, add -Werror if supported if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") + DEFAULT_DEBUG_LEVEL="SWFDEC_LEVEL_WARNING" +else + DEFAULT_DEBUG_LEVEL="SWFDEC_LEVEL_ERROR" fi +AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) SWFDEC_LIBVERSION="1:2:0" AC_SUBST(S...
2007 Nov 12
0
2 commits - libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/various
...ex 36bc8da..072c490 100644 --- a/test/various/Makefile.am +++ b/test/various/Makefile.am @@ -1,4 +1,4 @@ -check_PROGRAMS = gc ringbuffer urlencode +check_PROGRAMS = gc ringbuffer TESTS = $(check_PROGRAMS) gc_SOURCES = gc.c @@ -9,7 +9,3 @@ ringbuffer_SOURCES = ringbuffer.c ringbuffer_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) ringbuffer_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) -urlencode_SOURCES = urlencode.c -urlencode_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -urlencode_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) - commit b72f91ccfcdd70cc3f9b6edbc4b59cce97263990 Author:...
2007 Dec 03
0
libswfdec/Makefile.am
...c_morphshape.c \ @@ -157,6 +156,11 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_xml.c \ swfdec_xml_socket.c +libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ + $(libswfdec_source_files) \ + swfdec_enums.c \ + swfdec_marshal.c + libswfdec_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ -I$(top_srcdir) -I$(srcdir)/jpeg/ $(LIBOIL_CFLAGS) \ @@ -297,21 +301,21 @@ BUILT_SOURCES = \ CLEANFILES = \ $(BUILT_SOURCES) -swfdec_asnative.h: $(libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES) +swfdec_asnative.h: $(libswfdec_source_files) (...