diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-03 23:11:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-03 23:11:13 +0000 |
commit | 1963f5e379260370582383ff69c83cd06d9c50c1 (patch) | |
tree | 14e4f9379eefcc6682c6aa86f1b5b714b4237f58 /common.mak | |
parent | 1b4818452c981472e3888419ab39cb980bbf7ed9 (diff) | |
download | ffmpeg-1963f5e379260370582383ff69c83cd06d9c50c1.tar.gz |
readability cosmetics
Originally committed as revision 9195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 1 |
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) |