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:
eyck 2002-04-18 14:03:50 +00:00
parent c7c7867c07
commit 29c8d470bb
1 changed files with 2 additions and 0 deletions

View File

@ -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: