[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
- Previous message: [Mplayer-cvslog] CVS: main configure,1.124,1.125
- Next message: [Mplayer-cvslog] CVS: main configure,1.125,1.126 demuxer.c,1.14,1.15 demuxer.h,1.9,1.10 mplayer.c,1.197,1.198 seek.c,1.4,1.5 stream.c,1.11,1.12 stream.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main configure,1.124,1.125
- Next message: [Mplayer-cvslog] CVS: main configure,1.125,1.126 demuxer.c,1.14,1.15 demuxer.h,1.9,1.10 mplayer.c,1.197,1.198 seek.c,1.4,1.5 stream.c,1.11,1.12 stream.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list