[Mplayer-cvslog] CVS: main Makefile,1.175,1.176

Alex Beregszaszi alex at mplayer.dev.hu
Mon Apr 15 19:09:27 CEST 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv13806

Modified Files:
	Makefile 
Log Message:
removed unused XP, TVISION and AVIP stuff

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- Makefile	13 Apr 2002 19:14:31 -0000	1.175
+++ Makefile	15 Apr 2002 17:09:23 -0000	1.176
@@ -6,23 +6,11 @@
 
 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
 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
@@ -100,8 +88,6 @@
 
 all:	$(ALL_PRG)
 
-# $(PRG_AVIP)
-
 .c.o:
 	$(CC) -c $(CFLAGS) -o $@ $<
 
@@ -261,7 +247,7 @@
 	-rm -f *.o *~ $(OBJS)
 
 distclean:
-	-rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_HQ) $(PRG_AVIP) $(PRG_TV) $(OBJS) $(PRG_MENCODER)
+	-rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS)
 	-rm -f *.o *.a .depend configure.log
 	@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
 




More information about the MPlayer-cvslog mailing list