projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e110e96
)
Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 17 Aug 2010 14:58:44 +0000
(14:58 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 17 Aug 2010 14:58:44 +0000
(14:58 +0000)
We no longer create .d files directly, so the rule is pointless.
Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9f1aa2f43f0944af1296306cb367933c5733ae91..a66d6c8f1ccc8cb838594ccf030cfe562cf0d4b4 100644
(file)
--- 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