summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-12 21:07:17 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-12 21:07:17 +0000
commit63172938ba7a8fbfc4c2f00d6faa75fc14e761a6 (patch)
tree86d9e1a9a12102d5c4f63865d54f69498cc1bdc1 /configure
parent052eec728bb54dc6734c5b99dacd02984a3d42c5 (diff)
downloadmpv-63172938ba7a8fbfc4c2f00d6faa75fc14e761a6.tar.bz2
mpv-63172938ba7a8fbfc4c2f00d6faa75fc14e761a6.tar.xz
some comments and messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4121 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 14 insertions, 10 deletions
diff --git a/configure b/configure
index 0780ea8765..26e5ccc6e2 100755
--- a/configure
+++ b/configure
@@ -1021,12 +1021,12 @@ _gawk_ver=`echo '' | awk -W version 2>&1 | sed -n 's/^.*wk \([^A-Za-z ]*[0-9.]*\
esac
echo Checking for awk ... $_gawk_ver
if test "$_gawk_verc_fail" ; then
-echo Awk was not found or has wrong version.
-echo If you have no such one then it can be downloaded from:
-echo ftp://ftp.gnu.org/gnu/gawk/
-echo Also check - maybe you already have gawk, mawk or nawk.
-echo If test is succesful then make awk symlink. Example ln -sf gawk awk
-echo Or rerun configure with --disable-vidix option.
+echo "Awk was not found or has wrong version."
+echo "If you have no such one, then the GNU implementation can be downloaded from:"
+echo "ftp://ftp.gnu.org/gnu/gawk/"
+echo "Also check - maybe you already have gawk, mawk or nawk."
+echo "If test is successful then make awk symlink. Example: ln -sf gawk awk"
+echo "Or rerun configure with --disable-vidix option."
exit
fi
fi
@@ -2885,7 +2885,7 @@ $_def_encore
Note: for mencoder */
$_def_mp3lame
-/* Define libmp1e */
+/* Define libmp1e for realtime mpeg encoding (for DXR3 and DVB cards) */
$_def_mp1e
/* Define this to enable avg. byte/sec-based AVI sync method by default:
@@ -2974,12 +2974,14 @@ $_def_dshow
$_def_libavcodec
$_def_libavcodecso
-/* use only decoders from libavcodec: */
+/* Use libavcodec's decoders */
#define CONFIG_DECODERS 1
+/* Use libavcodec's encoders */
#define CONFIG_ENCODERS 1
/* XAnim DLL support */
$_def_xanim
+/* Default search path */
$_def_xanim_path
/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
@@ -2989,7 +2991,7 @@ $_def_fastmemcpy
$_def_gui
#define PREFIX "$_prefix"
-/* Audio lib drivers */
+/* Audio output drivers */
$_def_ossaudio
$_def_alsa5
$_def_alsa9
@@ -2997,7 +2999,6 @@ $_def_sunaudio
$_def_sgiaudio
$_def_nas
-
/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
#undef FAST_OSD
#undef FAST_OSD_TABLE
@@ -3061,6 +3062,7 @@ $_def_mad
/* enable OggVorbis support */
$_def_vorbis
+/* enable streaming */
$_def_streaming
/* enables / disables vidix usage */
@@ -3254,6 +3256,8 @@ if test "$_vidix" = no ; then
cat <<EOF
You've disabled VIDIX. Although it would be better to PORT it instead.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Also currently the only driver in VIDIX is for ATI Radeon and Rage128.
+Matrox G200/400 needs to be ported.
EOF
fi