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:
42225a3
)
'make depend' should recurse into libavutil as well.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 1 Jun 2006 23:20:51 +0000
(23:20 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 1 Jun 2006 23:20:51 +0000
(23:20 +0000)
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2aed1da
..
94b8dc2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-191,6
+191,7
@@
uninstall-headers:
dep: depend
depend: .depend
+ $(MAKE) -C libavutil depend
$(MAKE) -C libavcodec depend
$(MAKE) -C libavformat depend
ifeq ($(BUILD_VHOOK),yes)