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
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user