diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-06-25 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: + Remove unneeded macros that break build on macosx. + 2008-06-24 Tim-Philipp Müller <tim.muller at collabora co uk> * configure.ac: diff --git a/gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h b/gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h index 03ecf696..24b0906f 100644 --- a/gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h +++ b/gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h @@ -1,7 +1,5 @@ -#include <malloc.h> #include <string.h> #include <math.h> -#include <malloc.h> #define USE_FOR_DSCALER |