[vlc-commits] fluidsynth: Android does not have glob.c|.h

Jean-Baptiste Kempf git at videolan.org
Mon Jul 18 09:03:01 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 18 09:00:55 2016 +0200| [3253373bd6a92cba6bff87bddd1b6150e4b727fe] | committer: Jean-Baptiste Kempf

fluidsynth: Android does not have glob.c|.h

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

 modules/codec/fluidsynth.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c
index 6177058..a3d1c07 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -29,7 +29,7 @@
 #include <vlc_dialog.h>
 
 #include <unistd.h>
-#ifdef _POSIX_VERSION
+#if defined( _POSIX_VERSION ) && !defined(__ANDROID__)
 # include <glob.h>
 #endif
 



More information about the vlc-commits mailing list