diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-27 17:10:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-27 17:10:11 +0000 |
commit | 6f1e5930897f0486f2f0635bc1f510410db527ba (patch) | |
tree | 98f3afc5028735de47d4ec61c7ec38d6502edf1a /Makefile | |
parent | 8fd6fab6a4c81a7b6eef8531fda7c93e084b6699 (diff) | |
download | mpv-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-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 \ |