0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

Fixed bug of multiple declaration of 'dvd_device'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4229 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-01-18 09:10:00 +00:00
parent 16c6cf34ce
commit 6a8715f9b9

View File

@ -63,7 +63,7 @@
char *dvd_auth_device=NULL;
char *dvd_device=NULL;
extern char *dvd_device;
char *dvd_raw_device=NULL;
char *css_so=NULL;
unsigned char key_disc[2048];