[vlc-devel] [PATCH 2/2] npapi: pass the enable PDB flag to the NPAPI build
Jean-Baptiste Kempf
jb at videolan.org
Tue Mar 31 10:28:29 CEST 2020
Yes too.
On Tue, Mar 31, 2020, at 10:19, Steve Lhomme wrote:
> ---
> extras/package/npapi.am | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/extras/package/npapi.am b/extras/package/npapi.am
> index 6bcbb783702..34e0aca34a3 100644
> --- a/extras/package/npapi.am
> +++ b/extras/package/npapi.am
> @@ -30,11 +30,16 @@ npapi-vlc/configure: stamp-npapi
> $(SHELL) ./autogen.sh
> touch $@
>
> +if ENABLE_PDB
> +FORWARD_ENABLE_PDB := --enable-pdb
> +endif
> +
> npapi-vlc/Makefile: npapi-vlc/configure
> cd npapi-vlc && \
> $(SHELL) ./configure \
> --prefix=/ \
> --host=$(host_alias) --build=$(build_alias) \
> + $(FORWARD_ENABLE_PDB) \
> CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
> CC="$(CC)" CFLAGS="$(CFLAGS)" \
> CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Jean-Baptiste Kempf - President
+33 672 704 734
More information about the vlc-devel
mailing list