[Mplayer-cvslog] CVS: main Makefile,1.219,1.220 configure,1.576,1.577
Arpi of Ize
arpi at mplayerhq.hu
Sun Oct 6 18:56:44 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv697
Modified Files:
Makefile configure
Log Message:
This patch hopefully fixes colorkeying and a segfault in exclusive mode
Sascha Sommer <saschasommer at freenet.de>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- Makefile 1 Oct 2002 22:36:25 -0000 1.219
+++ Makefile 6 Oct 2002 16:56:41 -0000 1.220
@@ -39,7 +39,7 @@
VO_LIBS = libvo/libvo.a
VO_INC = -Ilibvo
-V_LIBS = $(SDL_LIB) $(GGI_LIB) $(AA_LIB) $(X_LIB) $(MP1E_LIB) $(MLIB_LIB) $(SVGA_LIB) $(DIRECTFB_LIB)
+V_LIBS = $(SDL_LIB) $(GGI_LIB) $(AA_LIB) $(X_LIB) $(MP1E_LIB) $(MLIB_LIB) $(SVGA_LIB) $(DIRECTFB_LIB) $(DIRECTX_LIB)
AO_LIBS = libao2/libao2.a
A_LIBS = $(ALSA_LIB) $(ARTS_LIB) $(NAS_LIB) $(MAD_LIB) $(VORBIS_LIB) $(FAAD_LIB) $(SGIAUDIO_LIB)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -r1.576 -r1.577
--- configure 4 Oct 2002 19:22:29 -0000 1.576
+++ configure 6 Oct 2002 16:56:41 -0000 1.577
@@ -2815,7 +2815,7 @@
fi
if test "$_directx" = yes ; then
_def_directx='#define HAVE_DIRECTX 1'
- _ld_directx='-mcygwin'
+ _ld_directx='-lgdi32'
_vosrc="$_vosrc vo_directx.c"
_vomodules="directx $_vomodules"
else
More information about the MPlayer-cvslog
mailing list