[MPlayer-cvslog] r24554 - trunk/libdvdcss/libdvdcss.c

diego subversion at mplayerhq.hu
Mon Sep 17 15:07:06 CEST 2007


Author: diego
Date: Mon Sep 17 15:07:06 2007
New Revision: 24554

Log:
warning fix:
libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2'
dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here


Modified:
   trunk/libdvdcss/libdvdcss.c

Modified: trunk/libdvdcss/libdvdcss.c
==============================================================================
--- trunk/libdvdcss/libdvdcss.c	(original)
+++ trunk/libdvdcss/libdvdcss.c	Mon Sep 17 15:07:06 2007
@@ -142,7 +142,6 @@
  * The variable itself contains the exact version number of the library,
  * which can be useful for specific feature needs.
  */
-LIBDVDCSS_EXPORT char * dvdcss_interface_2;
 char * dvdcss_interface_2 = VERSION;
 
 /**



More information about the MPlayer-cvslog mailing list