From a1b8092c872977e3289e6cf5232d5b534fbd90b8 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jun 2010 08:26:14 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31577 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e20d95495d..5ee3f49f2a 100644 --- a/Makefile +++ b/Makefile @@ -797,7 +797,7 @@ locale/%/LC_MESSAGES/mplayer.mo: po/%.po # Make sure all generated header files are created. codec-cfg.d codec-cfg.o: codecs.conf.h -$(call ADDSUFFIXES,.d .o,mpcommon vobsub stream/stream_cddb stream/network libmpdemux/muxer_avi osdep/mplayer.rc): version.h +$(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer.rc): version.h # Files that depend on libswscale internals libvo/vo_mga.o libvo/vo_xmga.o libmpcodecs/vf_palette.o: CFLAGS := -I$(FFMPEG_SOURCE_PATH) $(CFLAGS) -- cgit v1.2.3