1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 03:08:33 +00:00

--enable-dvbhead, wording, clearer error messages

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11535 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-11-29 01:28:05 +00:00
parent e73a5d6efc
commit 5ad62102d3

9
configure vendored
View File

@ -213,7 +213,7 @@ Codecs:
--enable-external-flac build with external libFLAC [disable] --enable-external-flac build with external libFLAC [disable]
Video output: Video output:
--disable-vidix disable VIDIX stuff [enable on x86 *nix] --disable-vidix disable VIDIX [enable on x86 *nix]
--enable-gl build with OpenGL render support [autodetect] --enable-gl build with OpenGL render support [autodetect]
--enable-dga[=n] build with DGA [n in {1, 2} ] support [autodetect] --enable-dga[=n] build with DGA [n in {1, 2} ] support [autodetect]
--enable-vesa build with VESA support [autodetect] --enable-vesa build with VESA support [autodetect]
@ -225,6 +225,7 @@ Video output:
--enable-dxr2 build with DXR2 render support [autodetect] --enable-dxr2 build with DXR2 render support [autodetect]
--enable-dxr3 build with DXR3/H+ render support [autodetect] --enable-dxr3 build with DXR3/H+ render support [autodetect]
--enable-dvb build with support for output via DVB-Card [autodetect] --enable-dvb build with support for output via DVB-Card [autodetect]
--enable-dvbhead build with DVB support (HEAD version) [autodetect]
--enable-mga build with mga_vid (for Matrox G200/G4x0/G550) support --enable-mga build with mga_vid (for Matrox G200/G4x0/G550) support
(check for /dev/mga_vid) [autodetect] (check for /dev/mga_vid) [autodetect]
--enable-xmga build with mga_vid X Window support --enable-xmga build with mga_vid X Window support
@ -5497,7 +5498,7 @@ EOF
if test "$_xshape" = yes ; then if test "$_xshape" = yes ; then
_def_xshape='#define HAVE_XSHAPE 1' _def_xshape='#define HAVE_XSHAPE 1'
else else
die "the GUI requires the X11 extension XShape (which was not found)" die "The GUI requires the X11 extension XShape (which was not found)."
fi fi
echores "$_xshape" echores "$_xshape"
@ -5510,7 +5511,7 @@ EOF
elif ( gtk12-config --version ) >/dev/null 2>&1 ; then elif ( gtk12-config --version ) >/dev/null 2>&1 ; then
_gtkconfig="gtk12-config" _gtkconfig="gtk12-config"
else else
die "the GUI requires GTK (which was not found)" die "The GUI requires GTK devel packages (which were not found)."
fi fi
fi fi
_gtk=`$_gtkconfig --version 2>&1` _gtk=`$_gtkconfig --version 2>&1`
@ -5526,7 +5527,7 @@ EOF
elif ( glib12-config --version ) >/dev/null 2>&1 ; then elif ( glib12-config --version ) >/dev/null 2>&1 ; then
_glibconfig="glib12-config" _glibconfig="glib12-config"
else else
die "the GUI requires GLIB (which was not found)" die "The GUI requires GLib devel packages (which were not found)"
fi fi
fi fi
_glib=`$_glibconfig --version 2>&1` _glib=`$_glibconfig --version 2>&1`