]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Fix memleak in opencv.
[vlc] / include / vlc_interface.h
index b361583b94b8b5d9201a81c66fad6dfa196495f9..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 */
@@ -134,7 +136,7 @@ VLC_EXPORT( int, __intf_Eject, ( vlc_object_t *, const char * ) );
          msg_Info( p_intf, _("\nWarning: if you can't access the GUI " \
                              "anymore, open a command-line window, go to the " \
                              "directory where you installed VLC and run " \
-                             "\"vlc -I wx\"\n") )
+                             "\"vlc -I qt\"\n") )
 #else
 #    define CONSOLE_INTRO_MSG
 #endif