[Mplayer-cvslog] CVS: main/opendivx Makefile,1.6,1.7

Arpi of Ize arpi at mplayer.dev.hu
Wed Aug 1 00:22:04 CEST 2001


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

Modified Files:
	Makefile 
Log Message:
divx4linux autodetection

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	26 Jun 2001 23:15:58 -0000	1.6
+++ Makefile	31 Jul 2001 22:22:01 -0000	1.7
@@ -3,7 +3,11 @@
 
 include ../config.mak
 
-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 postprocess.c
+SRCS	= postprocess.c
+ifeq ($(DIVX4LINUX),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
+
 OBJS	= $(SRCS:.c=.o)
 INCLUDE = -I. -I.. -I../libmpeg2 $(EXTRA_INC)
 CFLAGS  = $(OPTFLAGS) $(INCLUDE) -D_DECORE -DO_BINARY=0 -DLINUX 




More information about the MPlayer-cvslog mailing list