mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
remove nonsense break statements that do nothing..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dbc1f67ca2
commit
f14258084c
2
configure
vendored
2
configure
vendored
@ -6282,7 +6282,6 @@ if test "$_tv_v4l" = auto ; then
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
cc_check && _tv_v4l=yes
|
||||
break
|
||||
fi
|
||||
fi
|
||||
if test "$_tv_v4l" = yes ; then
|
||||
@ -6306,7 +6305,6 @@ if test "$_tv_v4l2" = auto ; then
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
cc_check && _tv_v4l2=yes
|
||||
break
|
||||
fi
|
||||
fi
|
||||
if test "$_tv_v4l2" = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user