summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-29 00:16:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-29 00:16:32 +0000
commit4fb63ad86b2462fb3ca8baf808d259a9b34bab49 (patch)
tree9ea4acb4df76fae59f677ab5ad233d8dedd34459 /Makefile
parent18ef05cc25a3a928f5899b8568c4e456862dcd99 (diff)
downloadmpv-4fb63ad86b2462fb3ca8baf808d259a9b34bab49.tar.bz2
mpv-4fb63ad86b2462fb3ca8baf808d259a9b34bab49.tar.xz
Oh my god, what did I do - I spellchecked the Makefile!
Note: Writing DependEncy with an "a" is a very common spelling error. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6593 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f8cacacc93..afd9502882 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ INSTALLSTRIP = -s
endif
-# these subdirectories required installation due binaries within them
+# These subdirectories require installation due to binaries within them.
ifeq ($(VIDIX),yes)
SUBDIRS += libdha vidix
DO_MAKE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
@@ -211,11 +211,11 @@ $(PRG_MENCODER): $(MENCODER_DEP)
$(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) -Llibmpcodecs -lmpencoders $(COMMON_LIBS) $(EXTRA_LIB) $(ENCORE_LIB) $(MLIB_LIB)
endif
-# Every mplayer dependancy depends on version.h, to force building version.h
-# first (in serial mode) before any other of the dependancies for a parallel make
+# Every mplayer dependency depends on version.h, to force building version.h
+# first (in serial mode) before any other of the dependencies for a parallel make
# run. This is necessary, because the make rule for version.h removes objects
# in a recursive "make distclean" and we must wait for this "make distclean" to
-# finish before be can start builing new object files.
+# finish before we can start building new object files.
$(MPLAYER_DEP): version.h
$(MENCODER_DEP): version.h
@@ -259,7 +259,7 @@ ifeq ($(DVDKIT_SHARED),yes)
endif
endif
ifeq ($(CSS_USE),yes)
- @echo "Following task requires root privs. If it fails don't panic"
+ @echo "The following task requires root privileges. If it fails don't panic,"
@echo "however it means you can't use fibmap_mplayer."
@echo "Without this (or without running mplayer as root) you won't be"
@echo "able to play encrypted DVDs."