[FFmpeg-cvslog] r12801 - trunk/libavcodec/Makefile
diego
subversion
Sun Apr 13 12:22:47 CEST 2008
Author: diego
Date: Sun Apr 13 12:22:46 2008
New Revision: 12801
Log:
Unset DIRS after including subdir.mak so that the variable is not used
in the other subdirectory Makefiles.
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Sun Apr 13 12:22:46 2008
@@ -472,6 +472,8 @@ 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