Mercurial > mplayer.hg
comparison Makefile @ 4864:6434171a8f35
provide unstable code
author | nick |
---|---|
date | Mon, 25 Feb 2002 15:04:09 +0000 |
parents | 4ad0455a8a6d |
children | ca4b8b6b1175 |
comparison
equal
deleted
inserted
replaced
4863:df50da00260a | 4864:6434171a8f35 |
---|---|
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 ifeq ($(ENABLE_XP),yes) | |
10 PRG = mplayerxp | |
11 PRG_HQ = mplayerHQxp | |
12 PRG_AVIP = aviparsexp | |
13 PRG_FIBMAP = fibmap_mplayerxp | |
14 PRG_TV = tvisionxp | |
15 PRG_CFG = codec-cfg-xp | |
16 PRG_MENCODER = mencoderxp | |
17 else | |
9 PRG = mplayer | 18 PRG = mplayer |
10 PRG_HQ = mplayerHQ | 19 PRG_HQ = mplayerHQ |
11 PRG_AVIP = aviparse | 20 PRG_AVIP = aviparse |
12 PRG_FIBMAP = fibmap_mplayer | 21 PRG_FIBMAP = fibmap_mplayer |
13 PRG_TV = tvision | 22 PRG_TV = tvision |
14 PRG_CFG = codec-cfg | 23 PRG_CFG = codec-cfg |
15 PRG_MENCODER = mencoder | 24 PRG_MENCODER = mencoder |
25 endif | |
16 # these subdirectories required installation due binaries within them | 26 # these subdirectories required installation due binaries within them |
17 ifeq ($(VIDIX),yes) | 27 ifeq ($(VIDIX),yes) |
18 SUBDIRS += libdha vidix | 28 SUBDIRS += libdha vidix |
19 DO_MAKE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done | 29 DO_MAKE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done |
20 endif | 30 endif |