projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simplify command with automatic variable.
[ffmpeg.git]
/
Makefile
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 $@