]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Fix memleak in opencv.
[vlc] / include / vlc_interface.h
index 9e4a814239d707c2d98b6522f9974e33c041b640..60fcff8796889a9efde2d142ac3cff0feea75b4a 100644 (file)
@@ -50,7 +50,9 @@ struct intf_thread_t
     VLC_COMMON_MEMBERS
 
     /* Thread properties and locks */
+#ifdef __APPLE__
     bool          b_should_run_on_first_thread;
+#endif
 
     /* Specific interfaces */
     intf_console_t *    p_console;                               /** console */