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
This commit is contained in:
parent
e110e968fe
commit
3123823cb2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue