[vlc-commits] npapi: pass the enable PDB flag to the NPAPI build
Steve Lhomme
git at videolan.org
Tue Mar 31 11:03:47 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Mar 30 16:48:42 2020 +0200| [188ce8f1681fa96d63d9a08943fbf9d9fa424d3a] | committer: Steve Lhomme
npapi: pass the enable PDB flag to the NPAPI build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=188ce8f1681fa96d63d9a08943fbf9d9fa424d3a
---
extras/package/npapi.am | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/extras/package/npapi.am b/extras/package/npapi.am
index 6bcbb78370..4cb8a15391 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
+ENABLE_PDB_OPTION := --enable-pdb
+endif
+
npapi-vlc/Makefile: npapi-vlc/configure
cd npapi-vlc && \
$(SHELL) ./configure \
--prefix=/ \
--host=$(host_alias) --build=$(build_alias) \
+ $(ENABLE_PDB_OPTION) \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
More information about the vlc-commits
mailing list