mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 01:47:38 +00:00
10l for committing untested changes, a test call was missing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23989 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
52457d438e
commit
c834a1ef80
2
configure
vendored
2
configure
vendored
@ -6741,7 +6741,7 @@ echores "$_tv_v4l2"
|
|||||||
echocheck "TV teletext interface"
|
echocheck "TV teletext interface"
|
||||||
if test "$_tv_teletext" = auto ; then
|
if test "$_tv_teletext" = auto ; then
|
||||||
_tv_teletext=no
|
_tv_teletext=no
|
||||||
if "$_freetype" = yes ; then
|
if test "$_freetype" = yes ; then
|
||||||
if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then
|
if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then
|
||||||
_tv_teletext=yes
|
_tv_teletext=yes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user