diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-06-25 16:05:08 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-06-25 16:05:08 +0000 |
commit | 53bb18b291a97220a90f8e0521ce7966cf8360b5 (patch) | |
tree | 0fed1b1cd98d383d6407830f16e4bb5999243f4a | |
parent | d3e78a9c410cc8aba465256e6f50a10f5509b6da (diff) | |
download | gst-plugins-bad-53bb18b291a97220a90f8e0521ce7966cf8360b5.tar.gz gst-plugins-bad-53bb18b291a97220a90f8e0521ce7966cf8360b5.tar.bz2 gst-plugins-bad-53bb18b291a97220a90f8e0521ce7966cf8360b5.zip |
gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Remove unneeded macros that break build on macosx.
Original commit message from CVS:
* gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
Remove unneeded macros that break build on macosx.
-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 |