Mercurial > mplayer.hg
changeset 29155:3f4843f064ad
cosmetics: Rename PARTS variable to FFMPEGPARTS.
author | diego |
---|---|
date | Sun, 19 Apr 2009 15:54:16 +0000 |
parents | d26f4b307224 |
children | 15c34dd9583f |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Apr 19 15:51:06 2009 +0000 +++ b/Makefile Sun Apr 19 15:54:16 2009 +0000 @@ -784,14 +784,14 @@ ALLHEADERS = $(foreach dir,$(DIRS),$(wildcard $(dir)/*.h)) -PARTS = libavcodec \ +FFMPEGPARTS = libavcodec \ libavformat \ libavutil \ libpostproc \ libswscale \ -FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) -FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] $(part)/*/*.[chS]) +FFMPEGLIBS = $(foreach part, $(FFMPEGPARTS), $(part)/$(part).a) +FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(part)/*.[chS] $(part)/*/*.[chS]) @@ -820,7 +820,7 @@ checkheaders: $(ALLHEADERS:.h=.ho) dep depend: $(DEPS) - for part in $(PARTS); do $(MAKE) -C $$part depend; done + for part in $(FFMPEGPARTS); do $(MAKE) -C $$part depend; done $(FFMPEGLIBS): $(FFMPEGFILES) config.h $(MAKE) -C $(@D)