summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 14:32:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 14:32:06 +0000
commit4653f5ed7575d6070b54a88b4deb449f838825b3 (patch)
treec1d20fc8cf942de9f1a576fe4b9d2f27df230129 /configure
parentb248b393df3ab7aabb4d58de643fb17af1c141ff (diff)
downloadmpv-4653f5ed7575d6070b54a88b4deb449f838825b3.tar.bz2
mpv-4653f5ed7575d6070b54a88b4deb449f838825b3.tar.xz
Restore support for compiling with svgalib_helper.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27025 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 3614f5cdab..d6c6a87dd5 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-svgalib_helper enable VIDIX svgalib_helper support
--enable-gl enable OpenGL video output [autodetect]
--enable-dga2 enable DGA 2 support [autodetect]
--enable-dga1 enable DGA 1 support [autodetect]
@@ -620,6 +621,7 @@ _winsock2=auto
_smbsupport=auto
_vidix=auto
_vidix_pcidb=yes
+_svgalib_helper=no
_joystick=no
_xvid=auto
_xvid_lavc=auto
@@ -1020,6 +1022,8 @@ for ac_option do
_vidix_drivers=`echo $ac_option | cut -d '=' -f 2`
;;
--disable-vidix-pcidb) _vidix_pcidb=no ;;
+ --enable-svgalib_helper) _svgalib_helper=yes ;;
+ --disable-svgalib_helper) _svgalib_helper=no ;;
--enable-joystick) _joystick=yes ;;
--disable-joystick) _joystick=no ;;
--enable-xvid) _xvid=yes ;;
@@ -4250,6 +4254,10 @@ if test "$_vidix" = yes ; then
_vidix_pcidb_val=0
fi
+ echocheck "VIDIX svgalib_helper support"
+ test "$_svgalib_helper" = yes && cflag_svgalib_helper=-DCONFIG_SVGAHELPER
+ echores "$_svgalib_helper"
+
else
_novomodules="cvidix $_novomodules"
fi
@@ -7586,6 +7594,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_SVGALIB_HELPER = $cflag_svgalib_helper
ASFLAGS = $ASFLAGS
EXTRALIBS = $_extra_libs