<p dir="ltr">Hi,</p>
<p dir="ltr">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>> wrote:<br>
> > vlc | branch: master | Hugo Beauzée-Luyssen <<a href="mailto:hugo@beauzee.fr">hugo@beauzee.fr</a>> | Fri Sep 23 16:36:34 2016 +0200| [3ea47109501c05cab032065f06df455bf99d3be5] | 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>
> >> <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 $(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></p>
<p dir="ltr">Ermmm, no. It won't build without that.</p>
<p dir="ltr">This library is old and unmaintained -- perhaps it is time to remove it?</p>
<p dir="ltr">-- Sean McG.</p>