]> git.sesse.net Git - ffmpeg/blobdiff - ffbuild/common.mak
avformat/avformat, utils: Make av_find_best_stream const-correct
[ffmpeg] / ffbuild / common.mak
index 13e13553b8d3dd21352a2d5da7ce161e5ccf6560..32f5b997b5979c9799aafdf88d84fb4b6677ec80 100644 (file)
@@ -26,7 +26,7 @@ $(foreach VAR,$(SILENT),$(eval override $(VAR) = @$($(VAR))))
 $(eval INSTALL = @$(call ECHO,INSTALL,$$(^:$(SRC_DIR)/%=%)); $(INSTALL))
 endif
 
-ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
+ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale swresample
 
 # NASM requires -I path terminated with /
 IFLAGS     := -I. -I$(SRC_LINK)/
@@ -107,7 +107,7 @@ COMPILE_MSA = $(call COMPILE,CC,MSAFLAGS)
 %.c %.h %.pc %.ver %.version: TAG = GEN
 
 # Dummy rule to stop make trying to rebuild removed or renamed headers
-%.h:
+%.h %_template.c:
        @:
 
 # Disable suffix rules.  Most of the builtin rules are suffix rules,