This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Simplify .depend file inclusion.
Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
13e4dba690
commit
6ca0c110f5
2 changed files
with
2 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
Makefile
+1
-3
common.mak
+ 1
- 3
Makefile
View File
@@ -242,6 +242,4 @@ codectest libavtest test-server fulltest test mpeg4 mpeg: $(PROGS)
.PHONY: dep depend clean distclean TAGS
.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend
+ 1
- 3
common.mak
View File
@@ -96,6 +96,4 @@ uninstall-headers:
.PHONY: all depend dep clean distclean install* uninstall*
ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend
Write
Preview
Loading…
Cancel
Save