1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24554 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-17 13:07:06 +00:00
parent 11ec1d06ac
commit fd670000d9

View File

@ -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;
/**