[Android] build: chrome-os doesn't have pipe2

Thomas Guillem git at videolan.org
Tue Jun 9 14:49:48 CEST 2015


vlc-ports/android | branch: 1.4.x | Thomas Guillem <thomas at gllm.fr> | Fri May 22 17:54:51 2015 +0200| [0276df272b48685821db293eb8bd385eec1ff47f] | committer: Thomas Guillem

build: chrome-os doesn't have pipe2

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0276df272b48685821db293eb8bd385eec1ff47f
---

 compile-libvlc.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 7367318..3cae983 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -504,6 +504,7 @@ if [ "${CHROME_OS}" = "1" ];then
     # chrome OS doesn't have eventfd
     export ac_cv_func_eventfd=no
     export ac_cv_header_sys_eventfd_h=no
+    export ac_cv_func_pipe2=no
 fi
 
 if [ ${ANDROID_API} = "android-21" ] ; then



More information about the Android mailing list