summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-03 16:32:11 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-03 16:32:11 +0000
commit2d93bcc784e6e99b074e4be1fe1fca12708cfdf2 (patch)
tree117e290a2e21ffb39c94a131c87117d80896a62a /common.mak
parent94bd08b0692ed88087b9086c884ca715e5078bd1 (diff)
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
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 7989b9021e..43a133c4fa 100644
--- a/common.mak
+++ b/common.mak
@@ -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) \