<p dir="ltr">Hi again,</p>
<p dir="ltr">On Sep 27, 2016 06:57, "Steve Lhomme" <<a href="mailto:robux4@gmail.com">robux4@gmail.com</a>> wrote:<br>
><br>
> On Tue, Sep 27, 2016 at 12:48 PM, Sean McGovern <<a href="mailto:gseanmcg@gmail.com">gseanmcg@gmail.com</a>> wrote:<br>
> > Hi,<br>
> ><br>
> > On Sep 27, 2016 03:18, "Steve Lhomme" <<a href="mailto:robux4@gmail.com">robux4@gmail.com</a>> wrote:<br>
> >><br>
> >> On Fri, Sep 23, 2016 at 4:39 PM, Hugo Beauzée-Luyssen <<a href="mailto:git@videolan.org">git@videolan.org</a>><br>
> >> wrote:<br>
> >> > vlc | branch: master | Hugo Beauzée-Luyssen <<a href="mailto:hugo@beauzee.fr">hugo@beauzee.fr</a>> | Fri Sep<br>
> >> > 23 16:36:34 2016 +0200| [3ea47109501c05cab032065f06df455bf99d3be5] |<br>
> >> > committer: Hugo Beauzée-Luyssen<br>
> >> ><br>
> >> > contrib: dca: Invoke autoreconf<br>
> >> ><br>
> >> > The shipped aclocal.m4 doesn't play well when cross compiling for win32<br>
> >> > with a compiler that isn't gcc<br>
> >> ><br>
> >> >><br>
> >> >> <a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ea47109501c05cab032065f06df455bf99d3be5">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ea47109501c05cab032065f06df455bf99d3be5</a><br>
> >> > ---<br>
> >> ><br>
> >> >  contrib/src/dca/rules.mak | 1 +<br>
> >> >  1 file changed, 1 insertion(+)<br>
> >> ><br>
> >> > diff --git a/contrib/src/dca/rules.mak b/contrib/src/dca/rules.mak<br>
> >> > index cf427da..2b977a0 100644<br>
> >> > --- a/contrib/src/dca/rules.mak<br>
> >> > +++ b/contrib/src/dca/rules.mak<br>
> >> > @@ -25,6 +25,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca<br>
> >> >         $(MOVE)<br>
> >> ><br>
> >> >  .dca: libdca<br>
> >> > +       $(RECONF)<br>
> >> >         cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -std=gnu89" ./configure<br>
> >> > $(HOSTCONF)<br>
> >><br>
> >> Maybe remove the "-std=gnu89" as well ? That doesn't sound too good<br>
> >> mixed with code that requires C99 and C++11.<br>
> ><br>
> > Ermmm, no. It won't build without that.<br>
><br>
> It builds with (a wrapper around) MS cl.exe v14.0. It doesn't seem to<br>
> use any particular extensions.<br>
></p>
<p dir="ltr">It builds on systems that aren't Windows.</p>
<p dir="ltr">I'm not near a machine I can build on at the moment. Will get logs soon that should have been included in 3618f40881367d66fa7d961330e6fc6f1e4df683.</p>
<p dir="ltr">-- Sean McG.<br></p>