summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/weave.c
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2003-06-13 23:05:35 +0000
committerRobin KAY <komadori@users.sourceforge.net>2003-06-13 23:05:35 +0000
commit2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406 (patch)
tree87779c343d9a00c741bd42724bdb4c7a5a427f16 /src/post/deinterlace/plugins/weave.c
parent31c254d8521db8c3f05a2ede1ee2ffc92436c897 (diff)
downloadxine-lib-2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406.tar.gz
xine-lib-2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406.tar.bz2
Make deinterlacer plugin compile on Solaris. Remove defunct code from xine-utils.
CVS patchset: 5040 CVS date: 2003/06/13 23:05:35
Diffstat (limited to 'src/post/deinterlace/plugins/weave.c')
-rw-r--r--src/post/deinterlace/plugins/weave.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/post/deinterlace/plugins/weave.c b/src/post/deinterlace/plugins/weave.c
index 3a9546aa8..287357526 100644
--- a/src/post/deinterlace/plugins/weave.c
+++ b/src/post/deinterlace/plugins/weave.c
@@ -19,7 +19,11 @@
*/
#include <stdio.h>
-#include <stdint.h>
+#if defined (__SVR4) && defined (__sun)
+# include <sys/int_types.h>
+#else
+# include <stdint.h>
+#endif
#include "speedy.h"
#include "deinterlace.h"