1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Remove special warning printed when VIDIX is disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2006-10-07 13:05:12 +00:00
parent 1c1208a5ec
commit 01e308e70d

8
configure vendored
View File

@ -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