summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-08-17 14:58:44 +0000
committerDiego Biurrun <diego@biurrun.de>2010-08-17 14:58:44 +0000
commit3123823cb2376affe6179efe36c52d6017e998d3 (patch)
tree424b87ed054d9c1cad16e7061d9ab096f86a4e59 /Makefile
parente110e968fe1f568a4346034d7315f69d5f2d9479 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f1aa2f43f..a66d6c8f1c 100644
--- a/Makefile
+++ b/Makefile
@@ -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