diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-15 18:47:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-15 18:47:48 +0000 |
commit | 3bbfc27724b104c27701892c2d17c1af49ea55d0 (patch) | |
tree | 2d6983860fe28b2977e09dfc9739c548b1470c5f /multimedia/avidemux2 | |
parent | 7aaea6ba20f274e77276087d8eda5ad9280c9391 (diff) | |
download | ports-3bbfc27724b104c27701892c2d17c1af49ea55d0.tar.gz ports-3bbfc27724b104c27701892c2d17c1af49ea55d0.zip |
Notes
Diffstat (limited to 'multimedia/avidemux2')
-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 000000000000..7e6c37825a7d --- /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. */ |