]> git.sesse.net Git - ffmpeg/blobdiff - common.mak
Revert "Add assert that the avcodec lock is held when initializing static VLC tables."
[ffmpeg] / common.mak
index 751085d86ec1a76a10a3b246882e219948c89fca..0c48484e0ea29552f2beacdd5120b29530ae669d 100644 (file)
@@ -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"' >$@