[MPlayer-cvslog] CVS: main configure,1.1081,1.1082
Rich Felker
dalias at aerifal.cx
Mon Oct 17 19:47:12 CEST 2005
On Mon, Oct 17, 2005 at 06:51:37AM +0200, Richard Felker CVS wrote:
> CVS change done by Richard Felker CVS
>
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv11705
>
> Modified Files:
> configure
> Log Message:
> remove nonsense break statements that do nothing..
>
> Index: configure
> ===================================================================
> RCS file: /cvsroot/mplayer/main/configure,v
> retrieving revision 1.1081
> retrieving revision 1.1082
> diff -u -r1.1081 -r1.1082
> --- configure 16 Oct 2005 17:44:58 -0000 1.1081
> +++ configure 17 Oct 2005 04:51:34 -0000 1.1082
> @@ -6282,7 +6282,6 @@
> int main(void) { return 0; }
> EOF
> cc_check && _tv_v4l=yes
> - break
> fi
> fi
> if test "$_tv_v4l" = yes ; then
> @@ -6306,7 +6305,6 @@
> int main(void) { return 0; }
> EOF
> cc_check && _tv_v4l2=yes
> - break
> fi
> fi
> if test "$_tv_v4l2" = yes ; then
BTW someone should _check_ this code, since the statements were
obviously intended to do something even though they can't...
Rich
More information about the MPlayer-cvslog
mailing list