diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2005-07-29 18:14:40 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2005-07-29 18:14:40 +0000 |
commit | c6565399fcb53c684a19d4976787d42990c8eb76 (patch) | |
tree | 796d2a0e4f076c0bdc7ccdc8be53ca211e6a2ffa /src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | |
parent | ad36865ec4abb82450ce4192d8050b3a979d20ec (diff) | |
download | xine-lib-c6565399fcb53c684a19d4976787d42990c8eb76.tar.gz xine-lib-c6565399fcb53c684a19d4976787d42990c8eb76.tar.bz2 |
Protect malloc.h inclusion
CVS patchset: 7695
CVS date: 2005/07/29 18:14:40
Diffstat (limited to 'src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h')
-rw-r--r-- | src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h index 574d64842..3d7ae308e 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h +++ b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h @@ -1,7 +1,8 @@ -#include <malloc.h> #include <string.h> #include <math.h> +#ifdef HAVE_MALLOC_H #include <malloc.h> +#endif #define USE_FOR_DSCALER |