diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 12:42:11 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 12:42:11 +0000 |
commit | d77ee0ec3d4c50e78cb42ef2747f1b2b0db9ffce (patch) | |
tree | 5a000848496c9b294206ebc7ca4f7407091ed4f0 /multimedia/mp4v2/files | |
parent | a5f2f90071ba774a89ebc85af365394de2f6b6ad (diff) |
Notes
Diffstat (limited to 'multimedia/mp4v2/files')
-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> |