Diego Biurrun
2007-08-24 13:14:21 UTC
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
The declaration is indeed completely redundant, thus I am removing it.
Diego
libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2'
dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here
The declaration is indeed completely redundant, thus I am removing it.
Diego