summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2003-03-01 14:31:33 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2003-03-01 14:31:33 +0000
commit6b8c0d2fe90cd3fbd6be568583b780a2668a8f77 (patch)
treef672c69245871164dbe2126bbbdfc431009929b1
parent75b8c845cb07d4a7fe4236e5c0123c3c259edec2 (diff)
downloadxine-lib-6b8c0d2fe90cd3fbd6be568583b780a2668a8f77.tar.gz
xine-lib-6b8c0d2fe90cd3fbd6be568583b780a2668a8f77.tar.bz2
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
-rw-r--r--src/video_out/yuv2rgb_mlib.c1
1 files changed, 1 insertions, 0 deletions
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 <mlib_video.h>
#include "attributes.h"
+#include "xineutils.h"
#include "yuv2rgb.h"