changeset 33633:9793c290a04b

build: Rebuild libavcodec if assembler files changed.
author diego
date Fri, 24 Jun 2011 21:19:39 +0000
parents 11f40a359e57
children 9326f80e0fa3
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jun 24 13:28:45 2011 +0000
+++ b/Makefile	Fri Jun 24 21:19:39 2011 +0000
@@ -783,7 +783,7 @@
               libswscale \
 
 FFMPEGLIBS  = $(foreach part, $(FFMPEGPARTS), ffmpeg/$(part)/$(part).a)
-FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(wildcard ffmpeg/$(part)/*.[chS] ffmpeg/$(part)/*/*.[chS]))
+FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(wildcard $(addprefix ffmpeg/$(part)/,*.[chS] /*/*.[chS] /*/*.asm)))