vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
