diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /multimedia/handbrake/files/patch-libhb-fifo.c | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes:
svn path=/head/; revision=207820
svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'multimedia/handbrake/files/patch-libhb-fifo.c')
-rw-r--r-- | multimedia/handbrake/files/patch-libhb-fifo.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-libhb-fifo.c b/multimedia/handbrake/files/patch-libhb-fifo.c new file mode 100644 index 000000000000..47ef561b47ac --- /dev/null +++ b/multimedia/handbrake/files/patch-libhb-fifo.c @@ -0,0 +1,13 @@ +--- HandBrake_old/libhb/fifo.c 2007-10-08 22:57:08.000000000 +0200 ++++ libhb/fifo.c 2007-12-04 05:55:37.000000000 +0100 +@@ -6,9 +6,7 @@ + + #include "hb.h" + +-#ifndef SYS_DARWIN +-#include <malloc.h> +-#endif ++#include <stdlib.h> + + /* Fifo */ + struct hb_fifo_s |