[Mplayer-cvslog] CVS: main configure,1.423,1.424 Makefile,1.172,1.173

Arpi of Ize arpi at mplayer.dev.hu
Sat Apr 13 19:44:17 CEST 2002


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

Modified Files:
	configure Makefile 
Log Message:
comp.fixes

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -r1.423 -r1.424
--- configure	13 Apr 2002 17:28:33 -0000	1.423
+++ configure	13 Apr 2002 17:44:14 -0000	1.424
@@ -2918,11 +2918,11 @@
   _xvid=no
   _divx4linux=yes
   _opendivx=no
-  _ld_decore='-ldivxdecore opendivx/postprocess.o'
+  _ld_decore='-ldivxdecore'
   _def_decore='#define NEW_DECORE 1'
   _def_divx='#define USE_DIVX'
   _def_divx5='#undef DECORE_DIVX5'
-  _def_odivx_postprocess='#define HAVE_ODIVX_POSTPROCESS 1'
+  _def_odivx_postprocess='#undef HAVE_ODIVX_POSTPROCESS'
   _codecmodules="divx4linux $_codecmodules"
   _nocodecmodules="xvid $_nocodecmodules"
   echores "DivX4linux (with libdivxdecore.so)"

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- Makefile	13 Apr 2002 17:28:33 -0000	1.172
+++ Makefile	13 Apr 2002 17:44:14 -0000	1.173
@@ -37,16 +37,12 @@
 # a BSD compatible 'install' program
 INSTALL = install
 
-SRCS_COMMON = cyuv.c xacodec.c cpudetect.c mp_msg.c msvidc.c cinepak.c fli.c qtrle.c codec-cfg.c cfgparser.c my_profile.c RTjpegN.c minilzo.c nuppelvideo.c spudec.c playtree.c playtreeparser.c asxparser.c qtsmc.c ducktm1.c roqav.c qtrpza.c vobsub.c
+SRCS_COMMON = cyuv.c xacodec.c cpudetect.c mp_msg.c msvidc.c cinepak.c fli.c qtrle.c codec-cfg.c cfgparser.c my_profile.c RTjpegN.c minilzo.c nuppelvideo.c spudec.c playtree.c playtreeparser.c asxparser.c qtsmc.c roqav.c qtrpza.c vobsub.c
 SRCS_MENCODER = mencoder.c $(SRCS_COMMON) libao2/afmt.c divx4_vbr.c libvo/aclib.c libvo/img_format.c libvo/osd.c me-opt-reg.c
 SRCS_MPLAYER = mplayer.c $(SRCS_COMMON) find_sub.c subreader.c lirc_mp.c mixer.c mp-opt-reg.c
 
 OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)
 OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
-
-ifeq ($(PNG),yes)
-SRCS_COMMON += mpng.c
-endif
 
 ifeq ($(VO2),yes)
 VO_LIBS = -Llibvo2 -lvo2




More information about the MPlayer-cvslog mailing list