[MPlayer-cvslog] r29204 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Apr 20 05:39:45 CEST 2009
Author: diego
Date: Mon Apr 20 05:39:44 2009
New Revision: 29204
Log:
Only add existing files to the FFMPEGFILES variable.
based on a patch by Carl Fürstenberg, azatoth gmail com
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Mon Apr 20 02:19:39 2009 (r29203)
+++ trunk/Makefile Mon Apr 20 05:39:44 2009 (r29204)
@@ -795,7 +795,7 @@ FFMPEGPARTS = libavcodec \
libswscale \
FFMPEGLIBS = $(foreach part, $(FFMPEGPARTS), $(part)/$(part).a)
-FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(part)/*.[chS] $(part)/*/*.[chS])
+FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(wildcard $(part)/*.[chS] $(part)/*/*.[chS]))
More information about the MPlayer-cvslog
mailing list