OSDN Git Service

Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.
authorDiego Biurrun <diego@biurrun.de>
Tue, 3 Apr 2007 16:32:11 +0000 (16:32 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 3 Apr 2007 16:32:11 +0000 (16:32 +0000)
Originally committed as revision 8616 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 7989b90..43a133c 100644 (file)
@@ -8,6 +8,7 @@ SRC_DIR = "$(VPATH)"
 CFLAGS   += $(CFLAGS-yes)
 OBJS     += $(OBJS-yes)
 ASM_OBJS += $(ASM_OBJS-yes)
+CPP_OBJS += $(CPP_OBJS-yes)
 
 CFLAGS += -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
           -D_ISOC9X_SOURCE -I$(BUILD_ROOT) -I$(SRC_PATH) \