summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 10:38:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 10:38:28 +0000
commit3ddc612bdbd4ce52637812578509a9d951c9e0d6 (patch)
tree3b0fa35ca45ba9228ebab2e1ff1082a01b440918 /configure
parent65371f38c9843e1a946468faa293500a2550715c (diff)
downloadmpv-3ddc612bdbd4ce52637812578509a9d951c9e0d6.tar.bz2
mpv-3ddc612bdbd4ce52637812578509a9d951c9e0d6.tar.xz
Add support for enabling VIDIX dhahelper.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27029 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index d6c6a87dd5..72637cd011 100755
--- a/configure
+++ b/configure
@@ -344,6 +344,7 @@ Video output:
Available: cyberblade,ivtv,mach64,mga,mga_crtc2,
nvidia,pm2,pm3,radeon,rage128,s3,sis,unichrome
--disable-vidix-pcidb disable VIDIX PCI device name database
+ --enable-dhahelper enable VIDIX dhahelper support
--enable-svgalib_helper enable VIDIX svgalib_helper support
--enable-gl enable OpenGL video output [autodetect]
--enable-dga2 enable DGA 2 support [autodetect]
@@ -621,6 +622,7 @@ _winsock2=auto
_smbsupport=auto
_vidix=auto
_vidix_pcidb=yes
+_dhahelper=no
_svgalib_helper=no
_joystick=no
_xvid=auto
@@ -1022,6 +1024,8 @@ for ac_option do
_vidix_drivers=`echo $ac_option | cut -d '=' -f 2`
;;
--disable-vidix-pcidb) _vidix_pcidb=no ;;
+ --enable-dhahelper) _dhahelper=yes ;;
+ --disable-dhahelper) _dhahelper=no ;;
--enable-svgalib_helper) _svgalib_helper=yes ;;
--disable-svgalib_helper) _svgalib_helper=no ;;
--enable-joystick) _joystick=yes ;;
@@ -4254,6 +4258,10 @@ if test "$_vidix" = yes ; then
_vidix_pcidb_val=0
fi
+ echocheck "VIDIX dhahelper support"
+ test "$_dhahelper" = yes && cflag_dhahelper=-DCONFIG_DHAHELPER
+ echores "$_dhahelper"
+
echocheck "VIDIX svgalib_helper support"
test "$_svgalib_helper" = yes && cflag_svgalib_helper=-DCONFIG_SVGAHELPER
echores "$_svgalib_helper"
@@ -7594,6 +7602,7 @@ CFLAG_NO_OMIT_LEAF_FRAME_POINTER = $CFLAG_NO_OMIT_LEAF_FRAME_POINTER
CXXFLAGS = $CXXFLAGS \$(EXTRAXX_INC)
CFLAG_STACKREALIGN = $_stackrealign
LIBDVDCSS_DVDREAD_FLAGS = $_libdvdcss_dvdread_flags
+CFLAG_DHAHELPER = $cflag_dhahelper
CFLAG_SVGALIB_HELPER = $cflag_svgalib_helper
ASFLAGS = $ASFLAGS