comparison Makefile @ 12706:51d61721906b

mingw crosscompiling step 1
author faust3
date Sun, 27 Jun 2004 17:54:31 +0000
parents a026498e8a4c
children b0060a6c4768
comparison
equal deleted inserted replaced
12705:8188e7aa570a 12706:51d61721906b
4 # * some minor problems with make clean and distclean were corrected 4 # * some minor problems with make clean and distclean were corrected
5 # * DVD support 5 # * DVD support
6 6
7 include config.mak 7 include config.mak
8 8
9 PRG = mplayer
10 PRG_CFG = codec-cfg 9 PRG_CFG = codec-cfg
11 PRG_MENCODER = mencoder
12 10
13 # Do not strip the binaries at installation 11 # Do not strip the binaries at installation
14 ifeq ($(STRIPBINARIES),yes) 12 ifeq ($(STRIPBINARIES),yes)
15 INSTALLSTRIP = -s 13 INSTALLSTRIP = -s
16 endif 14 endif