diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-13 19:04:47 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-13 19:04:47 +0000 |
commit | 13cd91bf3d22d04c51f4634f1d6bf80a7b462357 (patch) | |
tree | 964e5205e06eeea2ac3a40c5c7e3ef7911d161b0 /multimedia/mpeg4ip/Makefile | |
parent | 9d4f66b5b0745191364be5327843a35ff4bbef0f (diff) | |
download | FreeBSD-ports-13cd91bf3d22d04c51f4634f1d6bf80a7b462357.zip FreeBSD-ports-13cd91bf3d22d04c51f4634f1d6bf80a7b462357.tar.gz |
Force using the bundled xvid even when ports xvid is installed
(mpeg4ip doesn't like the latest release).
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 8b89081..839bb7b 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -116,6 +116,12 @@ post-patch: -e 's|api.mpt||' \ -e 's|^(install-man.*)install-manm|\1|' \ ${WRKSRC}/doc/mp4v2/Makefile.in +# Disable xvid support - mpep4ip doesn't support xvid 1.0.x, but tries +# to use it anyway. + @${REINPLACE_CMD} -e 's|use_mpeg4ip_xvid=false|use_mpeg4ip_xvid=true|g' \ + -e 's|#define HAVE_XVID_H 1||g' \ + ${WRKSRC}/configure + .if ${ARCH} != "i386" # emms opcode should be noop in non-i386 non-MMX ARCH @${ECHO_CMD} '#define EMMS()' \ |