Mercurial > mplayer.hg
comparison Makefile @ 29150:00515f7295b3
Add files in all library subdirectories to FFMPEGFILES variable, not
just the ones below libavcodec.
author | diego |
---|---|
date | Sun, 19 Apr 2009 14:53:41 +0000 |
parents | 239a06704f60 |
children | 364bf97ea97f |
comparison
equal
deleted
inserted
replaced
29149:8c3fbc5bf67d | 29150:00515f7295b3 |
---|---|
790 libavutil \ | 790 libavutil \ |
791 libpostproc \ | 791 libpostproc \ |
792 libswscale \ | 792 libswscale \ |
793 | 793 |
794 FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) | 794 FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) |
795 FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] libavcodec/*/*.[chS]) | 795 FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] $(part)/*/*.[chS]) |
796 | 796 |
797 | 797 |
798 | 798 |
799 ###### generic rules ####### | 799 ###### generic rules ####### |
800 | 800 |