]> git.sesse.net Git - vlc/blobdiff - include/vlc_modules.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_modules.h
index c6ea64ebc9c2529c5abd075c16c452912f9bbf34..7f724bdf5f7a209c0bf822df7293d5c2f4346eee 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
+
 #define MODULE_SHORTCUT_MAX 50
 
 /* The module handle type. */