From a36945fe441294ad2c803dcd592325086a86816f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 6 Dec 2008 05:12:17 +0200 Subject: Makefile: Rebuild FFmpeg libraries when .asm and .o files change There was a missing dependency that meant FFmpeg libraries were not recursed if only .asm files changed. Also add a dependency on .o files to update the corresponding .a (though this case should only happen if you run compilation commands manually). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a18334ba46..5d2176d381 100644 --- a/Makefile +++ b/Makefile @@ -768,7 +768,7 @@ PARTS = ffmpeg/libavcodec \ libswscale \ FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(notdir $(part)).a) -FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] ffmpeg/libavcodec/*/*.[chS]) +FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[choS] ffmpeg/libavcodec/*/*.[choS]) ffmpeg/libavcodec/*/*.asm -- cgit v1.2.3