projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b48184
)
readability cosmetics
author
Diego Biurrun
<diego@biurrun.de>
Sun, 3 Jun 2007 23:11:13 +0000
(23:11 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 3 Jun 2007 23:11:13 +0000
(23:11 +0000)
Originally committed as revision 9195 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index
43a133c
..
43bcc57
100644
(file)
--- 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)