diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:44:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:44:14 +0000 |
commit | 18c6805255aedbffee721bc444fe9bebd3ad4c64 (patch) | |
tree | 38924f720481eadccd4357613521ef205165aa3e /graphics/xmrm/files/patch-ab | |
parent | MPEG encoder/decoder from the Portable Video Research Group (diff) |
xmrm (X Multi Resoultion image Metamorphosis) is an easy-to-use
morphing/warping program akin to xmorph, with some nice features,
like MPEG video creation.
PR: 14379
Submitted by: Tobias Reifenberger <treif@mayn.de>
Diffstat (limited to 'graphics/xmrm/files/patch-ab')
-rw-r--r-- | graphics/xmrm/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xmrm/files/patch-ab b/graphics/xmrm/files/patch-ab new file mode 100644 index 000000000000..6403b6168169 --- /dev/null +++ b/graphics/xmrm/files/patch-ab @@ -0,0 +1,11 @@ +--- const.h.orig Mon Mar 9 17:00:00 1998 ++++ const.h Tue Mar 28 15:23:34 2000 +@@ -3,7 +3,7 @@ + // Programming: Gerhard Waldhör, Andreas Artmann + + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <errno.h> + #include <math.h> + |