[Mplayer-cvslog] CVS: main/opendivx Makefile,1.8,1.9

Richard Felker CVS rfelker at mplayer.dev.hu
Sun Feb 3 02:15:42 CET 2002


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

Modified Files:
	Makefile 
Log Message:
fixed compiletime problems with divx4 caused by making opendivx optional

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	1 Aug 2001 08:59:02 -0000	1.8
+++ Makefile	3 Feb 2002 01:15:40 -0000	1.9
@@ -4,7 +4,7 @@
 include ../config.mak
 
 SRCS	= postprocess.c
-ifneq ($(DIVX4LINUX),yes)
+ifeq ($(OPENDIVX),yes)
 SRCS+= basic_prediction.c decore.c getbits.c idct.c mp4_block.c mp4_decoder.c mp4_header.c mp4_mblock.c mp4_picture.c mp4_predict.c mp4_recon.c mp4_vld.c
 endif
 




More information about the MPlayer-cvslog mailing list