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:
adc3935
)
Unset DIRS after including subdir.mak so that the variable is not used
author
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Apr 2008 10:22:46 +0000
(10:22 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Apr 2008 10:22:46 +0000
(10:22 +0000)
in the other subdirectory Makefiles.
Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index a9858d79aaf8c3c03f106525ac1fb9c94b3c2609..63b20789a4c156b251df37bc59d257cae151ac01 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-472,6
+472,8
@@
DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc
include $(SUBDIR)../subdir.mak
+DIRS =
+
$(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c
$(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME)