diff options
Diffstat (limited to 'multimedia/libxine/files/patch-src:video_out:video_out_xv.c')
-rw-r--r-- | multimedia/libxine/files/patch-src:video_out:video_out_xv.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/libxine/files/patch-src:video_out:video_out_xv.c b/multimedia/libxine/files/patch-src:video_out:video_out_xv.c deleted file mode 100644 index 3740304d22ef..000000000000 --- a/multimedia/libxine/files/patch-src:video_out:video_out_xv.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/video_out/video_out_xv.c.orig Wed Apr 28 01:56:34 2004 -+++ src/video_out/video_out_xv.c Sun May 9 21:51:48 2004 -@@ -47,7 +47,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 <sys/types.h> |