mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
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 )
|
void guiGetEvent( int type,char * arg )
|
||||||
{
|
{
|
||||||
|
#ifdef USE_DVDREAD
|
||||||
dvd_priv_t * dvdp = (dvd_priv_t *) arg;
|
dvd_priv_t * dvdp = (dvd_priv_t *) arg;
|
||||||
|
#endif
|
||||||
switch ( type )
|
switch ( type )
|
||||||
{
|
{
|
||||||
case guiXEvent:
|
case guiXEvent:
|
||||||
|
Loading…
Reference in New Issue
Block a user