]> git.sesse.net Git - vlc/blobdiff - modules/control/unimotion.c
posix: drop support for non-UTF-8 operating systems
[vlc] / modules / control / unimotion.c
index 39b6c1b9704b5a61f4da56971d0cf5afe7682b7b..4b07a3c15fb1dbeb22fe37e727ff57d5d7f68f7e 100644 (file)
  */
 
 #ifdef __APPLE__
+#include "TargetConditionals.h"
+#if !TARGET_OS_IPHONE
+#define HAVE_MACOS_UNIMOTION
+#endif
+#endif
+
+#ifdef HAVE_MACOS_UNIMOTION
 
 #include "unimotion.h"
 #include <IOKit/IOKitLib.h>