[MPlayer-cvslog] r31513 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Jun 21 12:58:02 CEST 2010
Author: diego
Date: Mon Jun 21 12:58:02 2010
New Revision: 31513
Log:
Shut up strict prototype warnings from the gui subdirectory.
The GTK headers spit out too many warnings and drown out everything useful.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Mon Jun 21 12:51:31 2010 (r31512)
+++ trunk/Makefile Mon Jun 21 12:58:02 2010 (r31513)
@@ -886,6 +886,8 @@ codec-cfg.d codec-cfg.o: codecs.conf.h
$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h
$(call ADDSUFFIXES,.d .o,mpcommon vobsub stream/stream_cddb stream/network libmpdemux/muxer_avi gui/win32/gui osdep/mplayer.rc): version.h
+gui/%: CFLAGS += -Wno-strict-prototypes
+
libdvdcss/%: CFLAGS := -Ilibdvdcss -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS) $(CFLAGS)
libdvdnav/%: CFLAGS := -Ilibdvdnav -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H -DVERSION=\"MPlayer-custom\" $(CFLAGS)
libdvdread4/%: CFLAGS := -Ilibdvdread4 -D__USE_UNIX98 -D_GNU_SOURCE $(CFLAGS_LIBDVDCSS_DVDREAD) $(CFLAGS)
More information about the MPlayer-cvslog
mailing list