From 6b8c0d2fe90cd3fbd6be568583b780a2668a8f77 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Sat, 1 Mar 2003 14:31:33 +0000 Subject: Must include "xineutils.h" to pic up the definition of the new XINE_ASSERT macro. This fixes a problem with the xshm videoout plugin not loading on solaris, when the mediaLib is installed. CVS patchset: 4313 CVS date: 2003/03/01 14:31:33 --- src/video_out/yuv2rgb_mlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_out/yuv2rgb_mlib.c b/src/video_out/yuv2rgb_mlib.c index cdef81a66..5cac646dd 100644 --- a/src/video_out/yuv2rgb_mlib.c +++ b/src/video_out/yuv2rgb_mlib.c @@ -33,6 +33,7 @@ #include #include "attributes.h" +#include "xineutils.h" #include "yuv2rgb.h" -- cgit v1.2.3