summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-04-13 10:22:46 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-13 10:22:46 +0000
commit7b1b3dc1284d5914ec4dcf627d2b24172b1ac702 (patch)
treef96c8f1ad4eb3c506990c29c631d992773b0a307 /libavcodec/Makefile
parentadc393503fa001c0f3d72bc859d4a75e34f48a6c (diff)
Unset DIRS after including subdir.mak so that the variable is not used
in the other subdirectory Makefiles. Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a9858d79aa..63b20789a4 100644
--- 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)