diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-10 21:05:06 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-10 21:05:06 +0000 |
commit | 1a1d7f44bebfee6bbe2af9562d491e4898bd1ed5 (patch) | |
tree | d781e164a9833e6131666cbdd681f5aed67079d2 /multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h | |
parent | - Reword the BROKEN= if no gecko is found so it will be a little more clear (diff) |
Update to 1.1.1.
Notes
Notes:
svn path=/head/; revision=150831
Diffstat (limited to 'multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h')
-rw-r--r-- | multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h b/multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h index fc1444e3d60f..98e41c4f0d4d 100644 --- a/multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h +++ b/multimedia/libxine/files/patch-src:post:deinterlace:plugins:tomsmocomp:tomsmocompmacros.h @@ -1,11 +1,12 @@ ---- src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h.orig Sat Sep 17 01:51:42 2005 -+++ src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h Sat Sep 17 01:52:41 2005 -@@ -1,7 +1,6 @@ --#include <malloc.h> -+#include <stdlib.h> +--- src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h.orig Sat Jul 30 03:14:40 2005 ++++ src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h Sun Dec 11 02:54:16 2005 +@@ -1,8 +1,6 @@ #include <string.h> #include <math.h> +-#ifdef HAVE_MALLOC_H -#include <malloc.h> +-#endif ++#include <stdlib.h> #define USE_FOR_DSCALER |