projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9e2ffc4
)
fix make tests in subdirs
author
Måns Rullgård
<mans@mansr.com>
Fri, 18 Apr 2008 19:28:40 +0000
(19:28 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Fri, 18 Apr 2008 19:28:40 +0000
(19:28 +0000)
Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index
93caa00
..
58ff839
100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-33,6
+33,8
@@
CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
%.d: %.cpp
$(DEPEND_CMD) > $@
+%$(EXESUF): %.c
+
install: install-libs install-headers
uninstall: uninstall-libs uninstall-headers