Compile fix when XF86VM is not defined

patch by Ismail Donmez <ismail at kde org tr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15212 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2005-04-18 14:35:11 +00:00
parent 3b53063776
commit da39de73a8
1 changed files with 2 additions and 0 deletions

View File

@ -1159,7 +1159,9 @@ static void uninit(void){
if( verbose > 3 ) printf("vo_xvmc: uninit called\n");
xvmc_free();
//from vo_xv
#ifdef HAVE_XF86VM
vo_vm_close(mDisplay);
#endif
vo_x11_uninit();
}