[vlc-commits] contrib: postproc: Fix NACL build

Hugo Beauzée-Luyssen git at videolan.org
Mon Mar 19 17:37:48 CET 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Oct  6 12:05:13 2017 +0200| [410ba28d022606debddbb8e55c1e92a893dfa23f] | committer: Hugo Beauzée-Luyssen

contrib: postproc: Fix NACL build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=410ba28d022606debddbb8e55c1e92a893dfa23f
---

 contrib/src/postproc/rules.mak | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index 62d2fbcbc1..f7e401a080 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -101,6 +101,10 @@ ifdef HAVE_SOLARIS
 POSTPROCCONF += --enable-pic
 endif
 
+ifdef HAVE_NACL
+POSTPROCCONF += --target-os=linux
+endif
+
 # Build
 
 ifdef GPL



More information about the vlc-commits mailing list