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
Add DIRS variable to the list of variables to be cleared instead of
unsetting it manually. Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
3fbe711832
commit
16507ddd6b
2 changed files
with
1 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-3
common.mak
+ 1
- 1
Makefile
View File
@@ -50,7 +50,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF)
cp -p $< $@
cp -p $< $@
$(STRIP) $@
$(STRIP) $@
SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES
SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES
DIRS
define RESET
define RESET
$(1) :=
$(1) :=
+ 0
- 3
common.mak
View File
@@ -87,9 +87,6 @@ endef
$(eval $(RULES))
$(eval $(RULES))
# Clear DIRS variable so that it is not used in other subdirectories.
DIRS =
tests: $(TESTS)
tests: $(TESTS)
-include $(DEPS)
-include $(DEPS)
Write
Preview
Loading…
Cancel
Save