diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-17 04:51:34 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-17 04:51:34 +0000 |
commit | f14258084cdc1e154d49ea2db632559c35421553 (patch) | |
tree | 3819b819dceb08e37de665453487425252011bab /configure | |
parent | dbc1f67ca229c77150d2936e92d294580985144e (diff) |
remove nonsense break statements that do nothing..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |