[vlc-devel] [PATCH 3/3] npapi: Fix warning during autoreconf

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Apr 2 10:50:05 CEST 2020


extras/package/npapi.am:34: warning: ':='-style assignments are not portable
Makefile.am:219:   'extras/package/win32/package.mak' included from here
extras/package/win32/package.mak:13:   'extras/package/npapi.am' included from here
---
 extras/package/npapi.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/npapi.am b/extras/package/npapi.am
index 4cb8a15391..91d09e3168 100644
--- a/extras/package/npapi.am
+++ b/extras/package/npapi.am
@@ -31,7 +31,7 @@ npapi-vlc/configure: stamp-npapi
 	touch $@
 
 if ENABLE_PDB
-ENABLE_PDB_OPTION := --enable-pdb
+ENABLE_PDB_OPTION = --enable-pdb
 endif
 
 npapi-vlc/Makefile: npapi-vlc/configure
-- 
2.20.1



More information about the vlc-devel mailing list