comparison Makefile @ 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 55181c28943d
comparison
equal deleted inserted replaced
29162:aaff2410e8a8 29163:e5e1ecf7a172
793 libavutil \ 793 libavutil \
794 libpostproc \ 794 libpostproc \
795 libswscale \ 795 libswscale \
796 796
797 FFMPEGLIBS = $(foreach part, $(FFMPEGPARTS), $(part)/$(part).a) 797 FFMPEGLIBS = $(foreach part, $(FFMPEGPARTS), $(part)/$(part).a)
798 FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(part)/*.[chS] $(part)/*/*.[chS]) 798 FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(wildcard $(part)/*.[chS] $(part)/*/*.[chS]))
799 799
800 800
801 801
802 ###### generic rules ####### 802 ###### generic rules #######
803 803