comparison configure @ 11534:bd6a8638f70a

--enable-dvbhead, wording, clearer error messages
author diego
date Sat, 29 Nov 2003 01:28:05 +0000
parents 36fbfcf9b742
children f95e43b7d51d
comparison
equal deleted inserted replaced
11533:5dc34642cd24 11534:bd6a8638f70a
211 --enable-xmms build with XMMS inputplugin support [disabled] 211 --enable-xmms build with XMMS inputplugin support [disabled]
212 --enable-flac build with FLAC support [autodetect] 212 --enable-flac build with FLAC support [autodetect]
213 --enable-external-flac build with external libFLAC [disable] 213 --enable-external-flac build with external libFLAC [disable]
214 214
215 Video output: 215 Video output:
216 --disable-vidix disable VIDIX stuff [enable on x86 *nix] 216 --disable-vidix disable VIDIX [enable on x86 *nix]
217 --enable-gl build with OpenGL render support [autodetect] 217 --enable-gl build with OpenGL render support [autodetect]
218 --enable-dga[=n] build with DGA [n in {1, 2} ] support [autodetect] 218 --enable-dga[=n] build with DGA [n in {1, 2} ] support [autodetect]
219 --enable-vesa build with VESA support [autodetect] 219 --enable-vesa build with VESA support [autodetect]
220 --enable-svga build with SVGAlib support [autodetect] 220 --enable-svga build with SVGAlib support [autodetect]
221 --enable-sdl build with SDL render support [autodetect] 221 --enable-sdl build with SDL render support [autodetect]
223 --enable-ggi build with GGI render support [autodetect] 223 --enable-ggi build with GGI render support [autodetect]
224 --enable-directx build with DirectX support [autodetect] 224 --enable-directx build with DirectX support [autodetect]
225 --enable-dxr2 build with DXR2 render support [autodetect] 225 --enable-dxr2 build with DXR2 render support [autodetect]
226 --enable-dxr3 build with DXR3/H+ render support [autodetect] 226 --enable-dxr3 build with DXR3/H+ render support [autodetect]
227 --enable-dvb build with support for output via DVB-Card [autodetect] 227 --enable-dvb build with support for output via DVB-Card [autodetect]
228 --enable-dvbhead build with DVB support (HEAD version) [autodetect]
228 --enable-mga build with mga_vid (for Matrox G200/G4x0/G550) support 229 --enable-mga build with mga_vid (for Matrox G200/G4x0/G550) support
229 (check for /dev/mga_vid) [autodetect] 230 (check for /dev/mga_vid) [autodetect]
230 --enable-xmga build with mga_vid X Window support 231 --enable-xmga build with mga_vid X Window support
231 (check for X & /dev/mga_vid) [autodetect] 232 (check for X & /dev/mga_vid) [autodetect]
232 --enable-xv build with Xv render support for X 4.x [autodetect] 233 --enable-xv build with Xv render support for X 4.x [autodetect]
5495 cc_check $_inc_x11 $_ld_x11 && _xshape=yes 5496 cc_check $_inc_x11 $_ld_x11 && _xshape=yes
5496 fi 5497 fi
5497 if test "$_xshape" = yes ; then 5498 if test "$_xshape" = yes ; then
5498 _def_xshape='#define HAVE_XSHAPE 1' 5499 _def_xshape='#define HAVE_XSHAPE 1'
5499 else 5500 else
5500 die "the GUI requires the X11 extension XShape (which was not found)" 5501 die "The GUI requires the X11 extension XShape (which was not found)."
5501 fi 5502 fi
5502 echores "$_xshape" 5503 echores "$_xshape"
5503 5504
5504 5505
5505 # Check for GTK: 5506 # Check for GTK:
5508 if ( gtk-config --version ) >/dev/null 2>&1 ; then 5509 if ( gtk-config --version ) >/dev/null 2>&1 ; then
5509 _gtkconfig="gtk-config" 5510 _gtkconfig="gtk-config"
5510 elif ( gtk12-config --version ) >/dev/null 2>&1 ; then 5511 elif ( gtk12-config --version ) >/dev/null 2>&1 ; then
5511 _gtkconfig="gtk12-config" 5512 _gtkconfig="gtk12-config"
5512 else 5513 else
5513 die "the GUI requires GTK (which was not found)" 5514 die "The GUI requires GTK devel packages (which were not found)."
5514 fi 5515 fi
5515 fi 5516 fi
5516 _gtk=`$_gtkconfig --version 2>&1` 5517 _gtk=`$_gtkconfig --version 2>&1`
5517 _inc_gtk=`$_gtkconfig --cflags 2>&1` 5518 _inc_gtk=`$_gtkconfig --cflags 2>&1`
5518 _ld_gtk=`$_gtkconfig --libs 2>&1` 5519 _ld_gtk=`$_gtkconfig --libs 2>&1`
5524 if ( glib-config --version ) >/dev/null 2>&1 ; then 5525 if ( glib-config --version ) >/dev/null 2>&1 ; then
5525 _glibconfig="glib-config" 5526 _glibconfig="glib-config"
5526 elif ( glib12-config --version ) >/dev/null 2>&1 ; then 5527 elif ( glib12-config --version ) >/dev/null 2>&1 ; then
5527 _glibconfig="glib12-config" 5528 _glibconfig="glib12-config"
5528 else 5529 else
5529 die "the GUI requires GLIB (which was not found)" 5530 die "The GUI requires GLib devel packages (which were not found)"
5530 fi 5531 fi
5531 fi 5532 fi
5532 _glib=`$_glibconfig --version 2>&1` 5533 _glib=`$_glibconfig --version 2>&1`
5533 _inc_glib=`$_glibconfig --cflags 2>&1` 5534 _inc_glib=`$_glibconfig --cflags 2>&1`
5534 _ld_glib=`$_glibconfig --libs 2>&1` 5535 _ld_glib=`$_glibconfig --libs 2>&1`