summaryrefslogtreecommitdiffstats
path: root/multimedia/libxine/files/patch-src:post:deinterlace:pulldown.h
blob: a9d1bce3ebb0b3ead31075d29efb6cdc1735a7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/post/deinterlace/pulldown.h.orig	Sun Aug 10 01:33:14 2003
+++ src/post/deinterlace/pulldown.h	Sun Aug 10 01:33:24 2003
@@ -22,7 +22,11 @@
 #if defined (__SVR4) && defined (__sun)
 # include <sys/int_types.h>
 #else
-# include <stdint.h>
+# if defined(HAVE_STDINT_H)
+#  include <stdint.h>
+# else
+#  include <inttypes.h>
+# endif
 #endif
 #include "speedy.h"
 
OpenPOWER on IntegriCloud