summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:10:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:10:11 +0000
commit6f1e5930897f0486f2f0635bc1f510410db527ba (patch)
tree98f3afc5028735de47d4ec61c7ec38d6502edf1a /Makefile
parent8fd6fab6a4c81a7b6eef8531fda7c93e084b6699 (diff)
downloadmpv-6f1e5930897f0486f2f0635bc1f510410db527ba.tar.bz2
mpv-6f1e5930897f0486f2f0635bc1f510410db527ba.tar.xz
Simplify strip parameter for install handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22364 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index cb973f73be..99fea942b3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,6 @@ CFLAGS += $(CFLAGS-yes)
#CFLAGS += -Wall
-# Do not strip the binaries at installation
-ifeq ($(STRIPBINARIES),yes)
-INSTALLSTRIP = -s
-endif
-
SRCS_COMMON = asxparser.c \
codec-cfg.c \
cpudetect.c \