[FFmpeg-cvslog] r12803 - in trunk: common.mak libavcodec/Makefile

diego subversion
Sun Apr 13 12:37:31 CEST 2008


Author: diego
Date: Sun Apr 13 12:37:30 2008
New Revision: 12803

Log:
Clear DIRS variable in common.mak, so it does not have to be cleared in
each subdirectory Makefile.


Modified:
   trunk/common.mak
   trunk/libavcodec/Makefile

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	(original)
+++ trunk/common.mak	Sun Apr 13 12:37:30 2008
@@ -87,6 +87,9 @@ endef
 
 $(eval $(RULES))
 
+# Clear DIRS variable so that it is not used in other subdirectories.
+DIRS =
+
 tests: $(TESTS)
 
 -include $(DEPS)

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Sun Apr 13 12:37:30 2008
@@ -472,8 +472,6 @@ DIRS = alpha armv4l bfin i386 mlib ppc p
 
 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)




More information about the ffmpeg-cvslog mailing list