summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-03 23:11:13 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-03 23:11:13 +0000
commit1963f5e379260370582383ff69c83cd06d9c50c1 (patch)
tree14e4f9379eefcc6682c6aa86f1b5b714b4237f58 /common.mak
parent1b4818452c981472e3888419ab39cb980bbf7ed9 (diff)
readability cosmetics
Originally committed as revision 9195 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 43a133c4fa..43bcc57355 100644
--- a/common.mak
+++ b/common.mak
@@ -13,6 +13,7 @@ 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) \
-I$(SRC_PATH)/libavutil $(OPTFLAGS)
+
SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S) $(CPPOBJS:.o=.cpp)
OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)