From 246656dd3e66529475eabf66bde7b5ccb5cdf7da Mon Sep 17 00:00:00 2001 From: rofafor Date: Sat, 17 Jan 2009 00:48:30 +0000 Subject: Enable compilation against xine-lib-1.2. --- xine/vo_hook.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xine/vo_hook.c b/xine/vo_hook.c index 8b05dc33..f5bcfba6 100644 --- a/xine/vo_hook.c +++ b/xine/vo_hook.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: vo_hook.c,v 1.3 2008-12-14 01:14:54 phintuka Exp $ + * $Id: vo_hook.c,v 1.4 2009-01-17 00:48:30 rofafor Exp $ * */ @@ -19,8 +19,8 @@ #include "vo_post.h" /* This module supports only video driver interface version 21 */ -#if VIDEO_OUT_DRIVER_IFACE_VERSION != 21 -# error xine-lib VIDEO_OUT_DRIVER_IFACE_VERSION != 21 +#if (VIDEO_OUT_DRIVER_IFACE_VERSION < 21) +# error xine-lib VIDEO_OUT_DRIVER_IFACE_VERSION < 21 #endif -- cgit v1.2.3