git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097e1da
)
Simplify command with automatic variable.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 10 Jun 2007 14:05:12 +0000
(14:05 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 10 Jun 2007 14:05:12 +0000
(14:05 +0000)
Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
45f226c
..
5dcb2e8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-84,7
+84,7
@@
version.h:
$(SRC_PATH)/version.sh $(SRC_PATH)
output_example$(EXESUF): output_example.o .libs
- $(CC) $(LDFLAGS) -o $@
output_example.o
$(EXTRALIBS)
+ $(CC) $(LDFLAGS) -o $@
$<
$(EXTRALIBS)
qt-faststart$(EXESUF): qt-faststart.c
$(CC) $(CFLAGS) $< -o $@