summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-19 15:54:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-19 15:54:16 +0000
commita16fc43c34a1a3710b8b6b844a0826f0258d8046 (patch)
tree0fb5477edabef69c29c95a2a4daef9444eaa1c34 /Makefile
parentbf2a47d8717adb2306d1538e7d1f57ea1543e4a9 (diff)
downloadmpv-a16fc43c34a1a3710b8b6b844a0826f0258d8046.tar.bz2
mpv-a16fc43c34a1a3710b8b6b844a0826f0258d8046.tar.xz
cosmetics: Rename PARTS variable to FFMPEGPARTS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29196 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 708de3f10c..7d04570394 100644
--- a/Makefile
+++ b/Makefile
@@ -784,14 +784,14 @@ DIRS = . \
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 @@ all: $(ALL_PRG-yes)
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)