projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
18caf19
)
Simplify ffplay.o CFLAGS handling.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 10 Jun 2007 14:21:53 +0000
(14:21 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 10 Jun 2007 14:21:53 +0000
(14:21 +0000)
Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f822e45
..
0032c04
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-92,8
+92,7
@@
qt-faststart$(EXESUF): qt-faststart.c
cws2fws$(EXESUF): cws2fws.c
$(CC) $(CFLAGS) $< -o $@ -lz
cws2fws$(EXESUF): cws2fws.c
$(CC) $(CFLAGS) $< -o $@ -lz
-ffplay.o: ffplay.c
- $(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
+ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffmpeg.o ffplay.o ffserver.o: version.h
ffmpeg.o ffplay.o ffserver.o: version.h