diff options
Diffstat (limited to 'multimedia/mp4v2/files/patch-include::mpeg4ip.h')
-rw-r--r-- | multimedia/mp4v2/files/patch-include::mpeg4ip.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/mp4v2/files/patch-include::mpeg4ip.h b/multimedia/mp4v2/files/patch-include::mpeg4ip.h deleted file mode 100644 index 550c65913825..000000000000 --- a/multimedia/mp4v2/files/patch-include::mpeg4ip.h +++ /dev/null @@ -1,19 +0,0 @@ ---- include/mpeg4ip.h.orig Wed Sep 29 14:43:52 2004 -+++ include/mpeg4ip.h Wed Sep 29 14:44:10 2004 -@@ -160,14 +160,14 @@ - #include <errno.h> - #include <stdlib.h> - --#ifdef HAVE_INTTYPES_H - #include <inttypes.h> --#endif - #ifdef HAVE_STDINT_H - #include <stdint.h> - #endif -+#if 0 - #if !defined(HAVE_INTTYPES_H) || !defined(HAVE_STDINT_H) - #error "Don't have stdint.h or inttypes.h - no way to get uint8_t" -+#endif - #endif - - #include <unistd.h> |