Mercurial > mplayer.hg
diff Makefile @ 31511:13ca93203358
Factorize MPlayer/MEncoder version string handling.
The string now resides in a central object file instead of
being duplicated in every file that requires a version string.
author | diego |
---|---|
date | Mon, 28 Jun 2010 08:26:14 +0000 |
parents | 1764d80899b8 |
children | 083786e4aaf2 |
line wrap: on
line diff
--- a/Makefile Sun Jun 27 20:47:26 2010 +0000 +++ b/Makefile Mon Jun 28 08:26:14 2010 +0000 @@ -882,7 +882,7 @@ # Make sure all generated header files are created. 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 +$(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer.rc): version.h gui/%: CFLAGS += -Wno-strict-prototypes