[Mplayer-cvslog] CVS: main configure,1.217,1.218
Arpi of Ize
arpi at mplayer.dev.hu
Sat Nov 3 03:36:26 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.1,1.2 cfg-mencoder.h,1.2,1.3 cfg-mplayer.h,1.98,1.99 mencoder.c,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/libao2 audio_out.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv7742
Modified Files:
configure
Log Message:
dxr3 support by David Holm <dholm at telia.com>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- configure 31 Oct 2001 18:25:28 -0000 1.217
+++ configure 3 Nov 2001 02:36:02 -0000 1.218
@@ -182,6 +182,7 @@
--enable-sdl build with SDL render support [autodetect]
--enable-aa build with AAlib render support [autodetect]
--enable-ggi build with GGI render support [autodetect]
+ --enable-dxr3 build with DXR3/H+ render support [autodetect]
--enable-mga build with mga_vid support
(check for /dev/mga_vid) [autodetect]
--enable-xmga build with mga_vid X Window support
@@ -560,6 +561,7 @@
_dga2=no
_svga=no
_fbdev=no
+_dxr3=no
linux && _fbdev=yes
_lirc=no
_css=no
@@ -584,6 +586,7 @@
_x11lib=
_xineramalib=
_iconvlib=
+_dxr3lib=
_select='#define HAVE_AUDIO_SELECT'
@@ -906,6 +909,9 @@
_aa=no
cc_check $_extraincdir $_extralibdir -laa && _aa=yes
+_dxr3=no
+cc_check $_extraincdir $_extralibdir -ldxr3 && _dxr3=yes
+
_divx4linux=no
cc_check $_extraincdir $_extralibdir -ldivxdecore -lm && _divx4linux=yes
@@ -1346,6 +1352,9 @@
--enable-fbdev)
_fbdev=yes
;;
+ --enable-dxr3)
+ _dxr3=yes
+ ;;
--enable-iconv)
_iconv=yes
;;
@@ -1462,6 +1471,9 @@
--disable-fbdev)
_fbdev=no
;;
+ --disable-dxr3)
+ _dxr3=no
+ ;;
--disable-iconv)
_iconv=no
;;
@@ -1713,6 +1725,7 @@
echo "Checking for Xf86VM ... $_vm"
echo "Checking for SVGAlib ... $_svga"
echo "Checking for FBDev ... $_fbdev"
+echo "Checking for DXR3/H+ ... $_dxr3"
echo "Checking for OSS Audio ... $_oss_audio"
echo "Checking for ALSA Audio ... $_alsaver"
echo "Checking for ESD Audio ... $_esd"
@@ -2362,6 +2375,15 @@
_fbdev='#undef HAVE_FBDEV'
fi
+if test "$_dxr3" = yes ; then
+ _dxr3='#define HAVE_DXR3'
+ _dxr3lib='-ldxr3'
+ _vosrc=$_vosrc' vo_dxr3.c'
+ _aosrc=$_aosrc' ao_dxr3.c'
+else
+ _dxr3='#undef HAVE_DXR3'
+fi
+
if test "$_gui" = yes ; then
_gui_def='#define HAVE_NEW_GUI'
_gui_lib='-LGui -lgui $(GTKLIB) $(GLIBLIB)'
@@ -2407,7 +2429,7 @@
X11_INC=$_x11incdir
X11DIR=$_x11libdir
-X_LIBS=$_x11libdir $_extralibdir $_gllib $_ggilib $_sdllib $_dgalib $_x11lib $_xvlib $_vmlib $_svgalib $_libpng $_socklib $_aalib $_libvorbis $_xineramalib $_libmad $_zlib
+X_LIBS=$_x11libdir $_extralibdir $_gllib $_ggilib $_dxr3lib $_sdllib $_dgalib $_x11lib $_xvlib $_vmlib $_svgalib $_libpng $_socklib $_aalib $_libvorbis $_xineramalib $_libmad $_zlib
TERMCAP_LIB=$_libtermcap
XMM_LIBS = $_xmmplibs
@@ -2674,6 +2696,7 @@
$_xmga
$_syncfb
$_fbdev
+$_dxr3
$_svga
$_have_xdpms
$_aa
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.1,1.2 cfg-mencoder.h,1.2,1.3 cfg-mplayer.h,1.98,1.99 mencoder.c,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/libao2 audio_out.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list