diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-08-17 14:58:44 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-08-17 14:58:44 +0000 |
commit | 3123823cb2376affe6179efe36c52d6017e998d3 (patch) | |
tree | 424b87ed054d9c1cad16e7061d9ab096f86a4e59 | |
parent | e110e968fe1f568a4346034d7315f69d5f2d9479 (diff) | |
download | ffmpeg-3123823cb2376affe6179efe36c52d6017e998d3.tar.gz |
Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
We no longer create .d files directly, so the rule is pointless.
Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |