From b0ab09e0fc88eba5c530d52f090d8c3bccb3b32f Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 5 Jul 2008 09:08:22 +0000 Subject: Rename ALLPARTSLIBS variable to FFMPEGLIBS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27205 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3861c4878..aecbfe214f 100644 --- a/Makefile +++ b/Makefile @@ -709,7 +709,7 @@ PARTS = libavcodec \ 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 @@ checkheaders: $(ALLHEADERS:.h=.ho) 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 $@ -- cgit v1.2.3