[MPlayer-cvslog] r33721 - trunk/Makefile

diego subversion at mplayerhq.hu
Fri Jun 24 23:19:40 CEST 2011


Author: diego
Date: Fri Jun 24 23:19:39 2011
New Revision: 33721

Log:
build: Rebuild libavcodec if assembler files changed.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Fri Jun 24 15:28:45 2011	(r33720)
+++ trunk/Makefile	Fri Jun 24 23:19:39 2011	(r33721)
@@ -783,7 +783,7 @@ FFMPEGPARTS = libavcodec \
               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)))
 
 
 


More information about the MPlayer-cvslog mailing list