shithub: libdvdcss

Download patch

ref: 73a1d090593af7bdb3756abf80e2bb6950635a15
parent: e0eb585a2591c45c3198c97a8fbd2ae1e4e85eea
author: Diego Biurrun <diego@biurrun.de>
date: Mon Sep 17 08:07:41 EDT 2007

This patch removes the following warning when compiling MPlayer:

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

--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -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;
 
 /**