diff options
Diffstat (limited to 'multimedia/libxine/files/patch-src:post:deinterlace:pulldown.h')
-rw-r--r-- | multimedia/libxine/files/patch-src:post:deinterlace:pulldown.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/libxine/files/patch-src:post:deinterlace:pulldown.h b/multimedia/libxine/files/patch-src:post:deinterlace:pulldown.h deleted file mode 100644 index a9d1bce..0000000 --- a/multimedia/libxine/files/patch-src:post:deinterlace:pulldown.h +++ /dev/null @@ -1,15 +0,0 @@ ---- 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" - |