]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Update the FFmpeg patch... Do we still need that ?
[vlc] / include / vlc_interface.h
index 23fa959525ae4b443c19a2ecf9734a57663ed08e..8564a7b2232a1c5dd0efa833f7971f6610d7e997 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 #ifndef _VLC_INTF_H_
 #define _VLC_INTF_H_
 
@@ -54,7 +50,6 @@ struct intf_thread_t
     VLC_COMMON_MEMBERS
 
     /* Thread properties and locks */
-    bool          b_play;
     bool          b_should_run_on_first_thread;
 
     /* Specific interfaces */