summaryrefslogtreecommitdiffstats
path: root/multimedia/libxine/files/patch-src:post:deinterlace:tvtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libxine/files/patch-src:post:deinterlace:tvtime.c')
-rw-r--r--multimedia/libxine/files/patch-src:post:deinterlace:tvtime.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/libxine/files/patch-src:post:deinterlace:tvtime.c b/multimedia/libxine/files/patch-src:post:deinterlace:tvtime.c
deleted file mode 100644
index d312b2b..0000000
--- a/multimedia/libxine/files/patch-src:post:deinterlace:tvtime.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/post/deinterlace/tvtime.c.orig Sun Aug 10 01:34:07 2003
-+++ src/post/deinterlace/tvtime.c Sun Aug 10 01:34:32 2003
-@@ -25,7 +25,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"
- #include "deinterlace.h"
OpenPOWER on IntegriCloud