diff options
author | krion <krion@FreeBSD.org> | 2004-02-15 18:47:48 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-15 18:47:48 +0000 |
commit | 5ab3ca1f51b5ac0a072bb9e225ed47dab16b2011 (patch) | |
tree | ddae6efa497303d86ad7ef0289765ed69e914e8e /multimedia | |
parent | f7c698ccad580bc91e1566dc0ac556cc2f3c524e (diff) | |
download | FreeBSD-ports-5ab3ca1f51b5ac0a072bb9e225ed47dab16b2011.zip FreeBSD-ports-5ab3ca1f51b5ac0a072bb9e225ed47dab16b2011.tar.gz |
- Fix build on AMD64
PR: ports/62854
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Approved by: maintainer
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h b/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h new file mode 100644 index 0000000..7e6c378 --- /dev/null +++ b/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h @@ -0,0 +1,10 @@ +--- adm_lavcodec/dsputil.h.orig Sat Feb 14 16:22:04 2004 ++++ adm_lavcodec/dsputil.h Sat Feb 14 16:22:28 2004 +@@ -487,6 +487,7 @@ + +name8(s, dst+8+8*stride, src+8+8*stride, stride);\ + } + ++#define HAVE_LRINTF + #ifndef HAVE_LRINTF + /* XXX: add ISOC specific test to avoid specific BSD testing. */ + /* better than nothing implementation. */ |