[FFmpeg-cvslog] r22332 - trunk/subdir.mak

mru subversion
Mon Mar 8 19:43:35 CET 2010


Author: mru
Date: Mon Mar  8 19:43:35 2010
New Revision: 22332

Log:
Define HAVE_AV_CONFIG_H for checkheaders in libs

Modified:
   trunk/subdir.mak

Modified: trunk/subdir.mak
==============================================================================
--- trunk/subdir.mak	Mon Mar  8 19:43:33 2010	(r22331)
+++ trunk/subdir.mak	Mon Mar  8 19:43:35 2010	(r22332)
@@ -5,7 +5,7 @@ include $(SUBDIR)../common.mak
 LIBVERSION := $(lib$(NAME)_VERSION)
 LIBMAJOR   := $(lib$(NAME)_VERSION_MAJOR)
 
-$(OBJS) $(SUBDIR)%-test.o: CPPFLAGS += -DHAVE_AV_CONFIG_H
+$(OBJS) $(SUBDIR)%.ho $(SUBDIR)%-test.o: CPPFLAGS += -DHAVE_AV_CONFIG_H
 
 ifdef CONFIG_STATIC
 all: $(SUBDIR)$(LIBNAME)



More information about the ffmpeg-cvslog mailing list