[vlc-devel] [vlc-commits] contrib: dca: Invoke autoreconf

Steve Lhomme robux4 at gmail.com
Tue Sep 27 09:18:14 CEST 2016


On Fri, Sep 23, 2016 at 4:39 PM, Hugo Beauzée-Luyssen <git at videolan.org> wrote:
> vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Sep 23 16:36:34 2016 +0200| [3ea47109501c05cab032065f06df455bf99d3be5] | committer: Hugo Beauzée-Luyssen
>
> contrib: dca: Invoke autoreconf
>
> The shipped aclocal.m4 doesn't play well when cross compiling for win32
> with a compiler that isn't gcc
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ea47109501c05cab032065f06df455bf99d3be5
> ---
>
>  contrib/src/dca/rules.mak | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/contrib/src/dca/rules.mak b/contrib/src/dca/rules.mak
> index cf427da..2b977a0 100644
> --- a/contrib/src/dca/rules.mak
> +++ b/contrib/src/dca/rules.mak
> @@ -25,6 +25,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
>         $(MOVE)
>
>  .dca: libdca
> +       $(RECONF)
>         cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -std=gnu89" ./configure $(HOSTCONF)

Maybe remove the "-std=gnu89" as well ? That doesn't sound too good
mixed with code that requires C99 and C++11.

>         cd $< && $(MAKE) -C include install
>         cd $< && $(MAKE) -C libdca install
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits


More information about the vlc-devel mailing list