From 65f9efcc582900e4172ef0356c57c1a3f5f130c8 Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 25 Feb 2002 15:04:09 +0000 Subject: provide unstable code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4865 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 99a772486b..e9721c7ff1 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,15 @@ include config.mak +ifeq ($(ENABLE_XP),yes) +PRG = mplayerxp +PRG_HQ = mplayerHQxp +PRG_AVIP = aviparsexp +PRG_FIBMAP = fibmap_mplayerxp +PRG_TV = tvisionxp +PRG_CFG = codec-cfg-xp +PRG_MENCODER = mencoderxp +else PRG = mplayer PRG_HQ = mplayerHQ PRG_AVIP = aviparse @@ -13,6 +22,7 @@ PRG_FIBMAP = fibmap_mplayer PRG_TV = tvision PRG_CFG = codec-cfg PRG_MENCODER = mencoder +endif # these subdirectories required installation due binaries within them ifeq ($(VIDIX),yes) SUBDIRS += libdha vidix -- cgit v1.2.3