X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common.mak;h=0c48484e0ea29552f2beacdd5120b29530ae669d;hb=eed865540af889eba9e51aada71d9483f13445e9;hp=751085d86ec1a76a10a3b246882e219948c89fca;hpb=e859339e7af52210c6fe84a8e6412f0c30d1c4da;p=ffmpeg diff --git a/common.mak b/common.mak index 751085d86ec..0c48484e0ea 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"' >$@