mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
fix typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2862 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
327341ec03
commit
ae2fd8fc84
5
configure
vendored
5
configure
vendored
@ -586,7 +586,8 @@ linux && _fbdev=yes
|
||||
_lirc=no
|
||||
_css=no
|
||||
_dvdread=no
|
||||
_win32=yes _dshow=yes
|
||||
_win32=yes
|
||||
_dshow=yes
|
||||
_xanim=yes
|
||||
test "$host_arch" != i386 && _dshow=no _win32=no
|
||||
_fastmemcpy=yes
|
||||
@ -1750,7 +1751,7 @@ if test "$_xmga" = "autodetect" ; then
|
||||
fi
|
||||
|
||||
if test "$_xanim" = yes && test "$_libdl" = no ; then
|
||||
_xanim = no
|
||||
_xanim=no
|
||||
fi
|
||||
|
||||
# to screen.
|
||||
|
Loading…
Reference in New Issue
Block a user