From a12ecf35b2ca7856b4d5fcc284d5fb10a2011072 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Apr 2009 03:39:44 +0000 Subject: =?UTF-8?q?Only=20add=20existing=20files=20to=20the=20FFMPEGFILES?= =?UTF-8?q?=20variable.=20based=20on=20a=20patch=20by=20Carl=20F=C3=BCrste?= =?UTF-8?q?nberg,=20azatoth=20gmail=20com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29204 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0bae1c54d..686aef434b 100644 --- a/Makefile +++ b/Makefile @@ -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])) -- cgit v1.2.3