mirror of
https://github.com/mpv-player/mpv
synced 2025-04-18 21:27:00 +00:00
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:
parent
3b53063776
commit
da39de73a8
@ -1159,7 +1159,9 @@ static void uninit(void){
|
|||||||
if( verbose > 3 ) printf("vo_xvmc: uninit called\n");
|
if( verbose > 3 ) printf("vo_xvmc: uninit called\n");
|
||||||
xvmc_free();
|
xvmc_free();
|
||||||
//from vo_xv
|
//from vo_xv
|
||||||
|
#ifdef HAVE_XF86VM
|
||||||
vo_vm_close(mDisplay);
|
vo_vm_close(mDisplay);
|
||||||
|
#endif
|
||||||
vo_x11_uninit();
|
vo_x11_uninit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user