diff options
Diffstat (limited to 'multimedia/libxine/files/patch-src:post:deinterlace:plugins:greedy2frame.c')
-rw-r--r-- | multimedia/libxine/files/patch-src:post:deinterlace:plugins:greedy2frame.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/libxine/files/patch-src:post:deinterlace:plugins:greedy2frame.c b/multimedia/libxine/files/patch-src:post:deinterlace:plugins:greedy2frame.c deleted file mode 100644 index 09d2d93ac1f0..000000000000 --- a/multimedia/libxine/files/patch-src:post:deinterlace:plugins:greedy2frame.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/post/deinterlace/plugins/greedy2frame.c.orig Sun Aug 10 01:30:49 2003 -+++ src/post/deinterlace/plugins/greedy2frame.c Sun Aug 10 01:31:11 2003 -@@ -23,7 +23,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 - - #ifdef HAVE_CONFIG_H |