diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-13 19:04:47 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-13 19:04:47 +0000 |
commit | 8e88c4ccbe2139a37e5b74d80f82cc024c942d67 (patch) | |
tree | 251eaece10556789dec7518242ef74536b0767ea /multimedia | |
parent | 9c129155ad0d6c855dc3d538ea4ca7cb69a2a858 (diff) | |
download | ports-8e88c4ccbe2139a37e5b74d80f82cc024c942d67.tar.gz ports-8e88c4ccbe2139a37e5b74d80f82cc024c942d67.zip |
Notes
Diffstat (limited to 'multimedia')
-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 8b89081156fd..839bb7bc88c9 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()' \ |