Skip to content
Snippets Groups Projects
Commit 3123823c authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
parent e110e968
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ tools/%$(EXESUF): tools/%.o ...@@ -92,7 +92,7 @@ tools/%$(EXESUF): tools/%.o
tools/%.o: tools/%.c tools/%.o: tools/%.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $< $(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS) ffplay.o: CFLAGS += $(SDL_CFLAGS)
VERSION_SH = $(SRC_PATH_BARE)/version.sh VERSION_SH = $(SRC_PATH_BARE)/version.sh
GIT_LOG = $(SRC_PATH_BARE)/.git/logs/HEAD GIT_LOG = $(SRC_PATH_BARE)/.git/logs/HEAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment