Mercurial > mplayer.hg
changeset 29112:66b3f5148570
Reduce compilation time after version.h was updated.
author | cehoyos |
---|---|
date | Wed, 08 Apr 2009 16:13:51 +0000 |
parents | 04c935239657 |
children | 239a06704f60 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Apr 08 11:56:09 2009 +0000 +++ b/Makefile Wed Apr 08 16:13:51 2009 +0000 @@ -862,7 +862,8 @@ ###### dependency declarations / specific CFLAGS ###### # Make sure all generated header files are created. -$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h version.h +$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h +mpcommon.d mpcommon.o vobsub.d vobsub.o stream/stream_cddb.d stream/stream_cddb.o stream/network.d stream/network.o libmpdemux/muxer_avi.d libmpdemux/muxer_avi.o gui/win32/gui.d gui/win32/gui.o: version.h libdvdcss/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS) libdvdnav/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H -DVERSION=\"MPlayer-custom\"