Mercurial > mplayer.hg
changeset 27173:5c6b0b2b67b3
Rename ALLPARTSLIBS variable to FFMPEGLIBS.
author | diego |
---|---|
date | Sat, 05 Jul 2008 09:08:22 +0000 |
parents | fa689f1b187b |
children | ee63b09aedc9 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jul 05 09:07:24 2008 +0000 +++ b/Makefile Sat Jul 05 09:08:22 2008 +0000 @@ -709,7 +709,7 @@ libpostproc \ libswscale \ -ALLPARTLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) +FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] libavcodec/*/*.[chS]) @@ -738,7 +738,7 @@ dep depend: $(DEPS) for part in $(PARTS); do $(MAKE) -C $$part depend; done -$(ALLPARTLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h config.h +$(FFMPEGLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h config.h $(MAKE) -C $(@D) touch $@