[Mplayer-cvslog] CVS: main/opendivx Makefile,1.7,1.8
Arpi of Ize
arpi at mplayer.dev.hu
Wed Aug 1 10:59:04 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.198,1.199 dec_video.c,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main asf_streaming.c,1.5,1.6 asfheader.c,1.18,1.19 aviheader.c,1.18,1.19 aviprint.c,1.4,1.5 dec_audio.c,1.25,1.26 dec_video.c,1.15,1.16 demux_asf.c,1.11,1.12 demux_avi.c,1.10,1.11 demux_mpg.c,1.24,1.25 demuxer.c,1.15,1.16 dll_init.c,1.23,1.24 mplayer.c,1.199,1.200 network.c,1.5,1.6 parse_es.c,1.3,1.4 seek.c,1.5,1.6 stream.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/opendivx
In directory mplayer:/var/tmp.root/cvs-serv14731
Modified Files:
Makefile
Log Message:
ehh. silly bug :) - thx Bohdan Horst
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 31 Jul 2001 22:22:01 -0000 1.7
+++ Makefile 1 Aug 2001 08:59:02 -0000 1.8
@@ -4,7 +4,7 @@
include ../config.mak
SRCS = postprocess.c
-ifeq ($(DIVX4LINUX),yes)
+ifneq ($(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
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.198,1.199 dec_video.c,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main asf_streaming.c,1.5,1.6 asfheader.c,1.18,1.19 aviheader.c,1.18,1.19 aviprint.c,1.4,1.5 dec_audio.c,1.25,1.26 dec_video.c,1.15,1.16 demux_asf.c,1.11,1.12 demux_avi.c,1.10,1.11 demux_mpg.c,1.24,1.25 demuxer.c,1.15,1.16 dll_init.c,1.23,1.24 mplayer.c,1.199,1.200 network.c,1.5,1.6 parse_es.c,1.3,1.4 seek.c,1.5,1.6 stream.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list