diff options
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 |