From 2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Fri, 13 Jun 2003 23:05:35 +0000 Subject: Make deinterlacer plugin compile on Solaris. Remove defunct code from xine-utils. CVS patchset: 5040 CVS date: 2003/06/13 23:05:35 --- src/post/deinterlace/pulldown.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/post/deinterlace/pulldown.h') diff --git a/src/post/deinterlace/pulldown.h b/src/post/deinterlace/pulldown.h index 197ec84be..bcf17ced9 100644 --- a/src/post/deinterlace/pulldown.h +++ b/src/post/deinterlace/pulldown.h @@ -19,7 +19,11 @@ #ifndef PULLDOWN_H_INCLUDED #define PULLDOWN_H_INCLUDED -#include +#if defined (__SVR4) && defined (__sun) +# include +#else +# include +#endif #include "speedy.h" #ifdef __cplusplus -- cgit v1.2.3