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:
a8d04fb
)
slight simplification
author
Diego Biurrun
<diego@biurrun.de>
Sun, 12 Nov 2006 16:07:14 +0000
(16:07 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 12 Nov 2006 16:07:14 +0000
(16:07 +0000)
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
26fb148
..
6c01a82
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-193,9
+193,7
@@
uninstall-headers:
-rmdir "$(incdir)"
-rmdir "$(prefix)/include/postproc"
-dep: depend
-
-depend: .depend
+depend dep: .depend
$(MAKE) -C libavutil depend
$(MAKE) -C libavcodec depend
$(MAKE) -C libavformat depend