diff options
Diffstat (limited to 'multimedia/mp4v2/files')
-rw-r--r-- | multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h | 12 | ||||
-rw-r--r-- | multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp | 11 | ||||
-rw-r--r-- | multimedia/mp4v2/files/patch-mpeg4ip_config.h.in | 27 |
3 files changed, 0 insertions, 50 deletions
diff --git a/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h b/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h deleted file mode 100644 index 3677f0259efc..000000000000 --- a/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/mpeg4ip_getopt.h.orig Tue Oct 15 13:12:27 2002 -+++ include/mpeg4ip_getopt.h Mon Feb 24 05:23:50 2003 -@@ -11,6 +11,9 @@ - #endif - - #ifdef HAVE_GETOPT_H -+#ifdef __FreeBSD__ -+#define __GNU_LIBRARY__ -+#endif - #include <getopt.h> - #endif - diff --git a/multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp b/multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp deleted file mode 100644 index a1a617828028..000000000000 --- a/multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/mp4v2/util/mp4tags.cpp.orig Thu Nov 11 03:16:39 2004 -+++ lib/mp4v2/util/mp4tags.cpp Thu Nov 11 03:23:05 2004 -@@ -178,7 +178,7 @@ - } - - /* Set the other relevant attributes */ -- for (int i = 0; i < UCHAR_MAX; i++) { -+ for (int i = 0; i < (int)UCHAR_MAX; i++) { - if (tags[i]) { - switch(i) { - case OPT_ALBUM: MP4SetMetadataAlbum(h, tags[i]); break; diff --git a/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in b/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in deleted file mode 100644 index 8bfb7a0aff76..000000000000 --- a/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in +++ /dev/null @@ -1,27 +0,0 @@ ---- mpeg4ip_config.h.in.orig Tue May 18 13:31:06 2004 -+++ mpeg4ip_config.h.in Wed Sep 29 14:40:59 2004 -@@ -25,16 +25,12 @@ - #undef HAVE_FPOS_T___POS - - /* Define to 1 if you have the `getopt' function. */ --#undef HAVE_GETOPT - - /* Define to 1 if you have the <getopt.h> header file. */ --#undef HAVE_GETOPT_H - - /* Define to 1 if you have the `getopt_long' function. */ --#undef HAVE_GETOPT_LONG - - /* Define to 1 if you have the `getopt_long_only' function. */ --#undef HAVE_GETOPT_LONG_ONLY - - /* Define to 1 if you have the `getrusage' function. */ - #undef HAVE_GETRUSAGE -@@ -67,7 +63,6 @@ - #undef HAVE_IPv6 - - /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */ --#undef HAVE_LIBGNUGETOPT - - /* have libmpeg2 decoder library */ - #undef HAVE_LIBMPEG2 |