[FFmpeg-cvslog] r17483 - trunk/Makefile
mru
subversion
Sat Feb 21 19:19:26 CET 2009
Author: mru
Date: Sat Feb 21 19:19:26 2009
New Revision: 17483
Log:
Declare version.h dependencies explicitly
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sat Feb 21 18:29:25 2009 (r17482)
+++ trunk/Makefile Sat Feb 21 19:19:26 2009 (r17483)
@@ -77,6 +77,8 @@ tools/%$(EXESUF): tools/%.c
ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
+cmdutils.o cmdutils.d: version.h
+
alltools: $(addsuffix $(EXESUF),$(addprefix tools/, cws2fws pktdumper qt-faststart trasher))
VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))
More information about the ffmpeg-cvslog
mailing list