summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-07 13:05:12 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-07 13:05:12 +0000
commit01e308e70d7bd26e98bdee450139a5353346df5b (patch)
treea8216bf560ed8183976bf2dde4d61eb1a8b1fa0d /configure
parent1c1208a5ecce0d3ab822e34594b67a3cbfe4f24f (diff)
downloadmpv-01e308e70d7bd26e98bdee450139a5353346df5b.tar.bz2
mpv-01e308e70d7bd26e98bdee450139a5353346df5b.tar.xz
Remove special warning printed when VIDIX is disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 665bf9f3f1..7d47a533ff 100755
--- a/configure
+++ b/configure
@@ -8423,14 +8423,6 @@ If you suspect a bug, please read DOCS/HTML/$_doc_lang/bugreports.html.
EOF
-if test "$_vidix" = no ; then
-cat <<EOF
-You've disabled VIDIX. Although it would be better to PORT it instead.
-Have a look at the documentation for supported cards!
-
-EOF
-fi
-
if test "$_warn_CFLAGS" = yes; then
cat <<EOF