diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-10 01:42:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-10 01:42:24 +0000 |
commit | bc96b55f4bacb35b0bf0dd9b82a070ac4626ad51 (patch) | |
tree | 3def35961e296a56ed7439701d784ee2c8b0c3b2 /multimedia/mp4v2/files/patch-mpeg4ip_config.h.in | |
parent | 0d5722c076d84e2cddc6196eabff2083d1a91895 (diff) |
o New port mpeg4ip-libmp4v2 version 1.1: Mpeg-4 library and tools
from mpeg4ip
o These tools were separated from the main mpeg4ip port so that
some ports such as audio/faad can depend on this smaller port
rather than the big mpeg4ip one
PR: 72204
Submitted by: ahze
Notes
Notes:
svn path=/head/; revision=121268
Diffstat (limited to 'multimedia/mp4v2/files/patch-mpeg4ip_config.h.in')
-rw-r--r-- | multimedia/mp4v2/files/patch-mpeg4ip_config.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in b/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in new file mode 100644 index 000000000000..8bfb7a0aff76 --- /dev/null +++ b/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in @@ -0,0 +1,27 @@ +--- 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 |