]> git.sesse.net Git - vlc/blobdiff - include/vlc_md5.h
Fix commit.
[vlc] / include / vlc_md5.h
index 47f5d0b9e59a0d52a6e15fccb4ea460ebe43f418..46f10f01439edbcc8bad45673cc302039b76dd5b 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_MD5_H
 # define _VLC_MD5_H
 
@@ -46,7 +42,7 @@ VLC_EXPORT(void, InitMD5, ( struct md5_s * ) );
 VLC_EXPORT(void, AddMD5, ( struct md5_s *, const void *, size_t ) );
 VLC_EXPORT(void, EndMD5, ( struct md5_s * ) );
 
-/** 
+/**
  * Returns a char representation of the md5 hash, as shown by UNIX md5 or
  * md5sum tools.
  */