Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-23 16:30:51 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-23 16:30:51 +0400
commit25ca8aef54b65c77ed36ab5a6877eba18560e6b8 (patch)
tree5e90ca85f7a2364a156154e8c9bbc8ca75018736 /common.mak
parente9c372362cb736240dcd87658a027ecfb7b9d240 (diff)
parent4a606c830ae664013cea33800094d4d0f4ec62da (diff)
Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'
* commit '4a606c830ae664013cea33800094d4d0f4ec62da': av_memcpy_backptr: optimise some special cases mpegvideo: simplify dxy calculation in hpel_motion() build: add rules to generate preprocessed source files Conflicts: Makefile libavutil/mem.c library.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 751085d86e..0c48484e0e 100644
--- a/common.mak
+++ b/common.mak
@@ -56,6 +56,9 @@ COMPILE_S = $(call COMPILE,AS)
%.o: %.S
$(COMPILE_S)
+%.i: %.c
+ $(CC) $(CCFLAGS) $(CC_E) $<
+
%.h.c:
$(Q)echo '#include "$*.h"' >$@