diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-17 23:44:02 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-17 23:44:02 +0000 |
commit | 5b0ea77825020df8c62a06e739afdd6555bc68a8 (patch) | |
tree | 4648f66fbc788d24538ebc43ca66377070b535f9 /multimedia/handbrake/files/patch-libhb-fifo.c | |
parent | - Update to 0.11.4 (diff) |
- Update to 0.9.3
PR: ports/129668
Submitted by: Jonathan Stewart <jonathan@kc8onw.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=224349
Diffstat (limited to 'multimedia/handbrake/files/patch-libhb-fifo.c')
-rw-r--r-- | multimedia/handbrake/files/patch-libhb-fifo.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/handbrake/files/patch-libhb-fifo.c b/multimedia/handbrake/files/patch-libhb-fifo.c index a73337ca2ed4..47ef561b47ac 100644 --- a/multimedia/handbrake/files/patch-libhb-fifo.c +++ b/multimedia/handbrake/files/patch-libhb-fifo.c @@ -1,13 +1,13 @@ ---- ../../work_old/HandBrake/libhb/fifo.c 2008-02-19 19:28:17.000000000 +0100 -+++ libhb/fifo.c 2008-06-17 23:02:48.000000000 +0200 -@@ -6,7 +6,9 @@ +--- 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 -+#if defined( SYS_FREEBSD ) +-#include <malloc.h> +-#endif +#include <stdlib.h> -+#elif !defined( SYS_DARWIN ) - #include <malloc.h> - #endif + /* Fifo */ + struct hb_fifo_s |