Mercurial > mplayer.hg
changeset 29163:e5e1ecf7a172
Only add existing files to the FFMPEGFILES variable.
based on a patch by Carl F«ärstenberg, azatoth gmail com
author | diego |
---|---|
date | Mon, 20 Apr 2009 03:39:44 +0000 |
parents | aaff2410e8a8 |
children | 228817b21ccf |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Apr 20 00:19:39 2009 +0000 +++ b/Makefile Mon Apr 20 03:39:44 2009 +0000 @@ -795,7 +795,7 @@ 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]))