[vlc-commits] contrib: mpg123: Assume NACL doesn't have select.h
Hugo Beauzée-Luyssen
git at videolan.org
Tue Mar 20 14:53:03 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Oct 13 17:08:55 2017 +0200| [ba9270d59806da34b68638f7928166e2de336356] | committer: Hugo Beauzée-Luyssen
contrib: mpg123: Assume NACL doesn't have select.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba9270d59806da34b68638f7928166e2de336356
---
contrib/src/mpg123/rules.mak | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/contrib/src/mpg123/rules.mak b/contrib/src/mpg123/rules.mak
index 2d43c8ce22..4c1b026419 100644
--- a/contrib/src/mpg123/rules.mak
+++ b/contrib/src/mpg123/rules.mak
@@ -26,6 +26,10 @@ MPG123CONF += --with-cpu=generic_dither
endif
endif
+ifdef HAVE_NACL
+MPG123CONF += ac_cv_header_sys_select_h=no
+endif
+
$(TARBALLS)/mpg123-$(MPG123_VERSION).tar.bz2:
$(call download_pkg,$(MPG123_URL),mpg123)
More information about the vlc-commits
mailing list