]> git.sesse.net Git - vlc/blobdiff - include/vlc_md5.h
Add support to the activex, mozilla, firefox, safari plugin for changing audio track...
[vlc] / include / vlc_md5.h
index 0ad71a8e571b42b5ce79c2ba397b29c816a44ec3..66d52efa787ddb2dbf000f2c988d1cf2408a59c0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc_md5.h: MD5 hash
  *****************************************************************************
- * Copyright (C) 2004-2005 VideoLAN
+ * Copyright (C) 2004-2005 the VideoLAN team
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * 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