]> git.sesse.net Git - vlc/blobdiff - include/vlc_access.h
Do not export DigestMD5; it's an internal subprocedure
[vlc] / include / vlc_access.h
index 6d1126a67ad0b8f40da3f272f38561001e9afc55..380bdbc350b1b6f7c0e776aa0853521a5360fca0 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_ACCESS_H
 #define _VLC_ACCESS_H 1