mirror of https://github.com/mpv-player/mpv
ifdef reading dvd args, without it non-dvd compilation fails.
(correct me if i'm wrong) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5673 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c7c7867c07
commit
29c8d470bb
|
@ -47,7 +47,9 @@ int guiCMDArray[] =
|
|||
|
||||
void guiGetEvent( int type,char * arg )
|
||||
{
|
||||
#ifdef USE_DVDREAD
|
||||
dvd_priv_t * dvdp = (dvd_priv_t *) arg;
|
||||
#endif
|
||||
switch ( type )
|
||||
{
|
||||
case guiXEvent:
|
||||
|
|
Loading…
Reference in New Issue