[FFmpeg-cvslog] r24805 - trunk/Makefile

diego subversion
Tue Aug 17 16:58:44 CEST 2010


Author: diego
Date: Tue Aug 17 16:58:44 2010
New Revision: 24805

Log:
Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
We no longer create .d files directly, so the rule is pointless.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Tue Aug 17 16:25:14 2010	(r24804)
+++ trunk/Makefile	Tue Aug 17 16:58:44 2010	(r24805)
@@ -92,7 +92,7 @@ tools/%$(EXESUF): tools/%.o
 tools/%.o: tools/%.c
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
 
-ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
+ffplay.o: CFLAGS += $(SDL_CFLAGS)
 
 VERSION_SH  = $(SRC_PATH_BARE)/version.sh
 GIT_LOG     = $(SRC_PATH_BARE)/.git/logs/HEAD



More information about the ffmpeg-cvslog mailing list