]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_objects.h
index 6440a28dca2f76202d8c320ac040f4ccf9801379..36df664f8a5c9a596735a34a3dcee25ef626bda9 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
+
 /**
  * \file
  * This file defines the vlc_object_t structure and object types.