Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.

Originally committed as revision 8616 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-04-03 16:32:11 +00:00
parent 94bd08b069
commit 2d93bcc784
1 changed files with 1 additions and 0 deletions

View 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) \