mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
warning for users who insist on trying to enable dvdnav
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10520 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0ad63c4234
commit
0a6181e4c9
10
configure
vendored
10
configure
vendored
@ -158,7 +158,7 @@ Optional features:
|
||||
--enable-winsock2 enable winsock2 usage [autodetect]
|
||||
--enable-smb enable Samba (SMB) input support [autodetect]
|
||||
--enable-live enable LIVE.COM Streaming Media support [disable]
|
||||
--enable-dvdnav enable dvdnav support [disable]
|
||||
--enable-dvdnav enable dvdnav support (DOES NOT WORK!!!) [disable]
|
||||
--disable-dvdread Disable libdvdread support [autodetect]
|
||||
--disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
|
||||
--disable-css Disable old-style libcss DVD support [autodetect]
|
||||
@ -3923,6 +3923,14 @@ EOF
|
||||
cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
|
||||
fi
|
||||
if test "$_dvdnav" = yes ; then
|
||||
cat <<EOF
|
||||
|
||||
!!! WARNING: DVDNAV DOES NOT WORK!
|
||||
!!! Do not send bugreports regarding dvdnav support!
|
||||
!!! If you want dvdnav, wait for MPlayer G2, send a PATCH,
|
||||
!!! or use a different movie player for DVDs.
|
||||
|
||||
EOF
|
||||
_largefiles=yes
|
||||
_def_dvdnav='#define USE_DVDNAV 1'
|
||||
if test -n "$_legal_dvdnavdir" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user