changeset 15211:d42f22a1503b

Compile fix when XF86VM is not defined patch by Ismail Donmez <ismail at kde org tr>
author iive
date Mon, 18 Apr 2005 14:35:11 +0000
parents 425dd164a133
children 05aa13cdf92f
files libvo/vo_xvmc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Mon Apr 18 09:09:33 2005 +0000
+++ b/libvo/vo_xvmc.c	Mon Apr 18 14:35:11 2005 +0000
@@ -1159,7 +1159,9 @@
    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();
 }