mirror of https://github.com/mpv-player/mpv
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:
parent
16c6cf34ce
commit
6a8715f9b9
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue