Magellan Linux

Contents of /trunk/xine-lib/patches/xine-lib-1.1.0-malloc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 560 byte(s)
-import

1 diff -ur -x '*~' xine-lib-1.1.0/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h xine-lib-1.1.0-fbsd/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h
2 --- xine-lib-1.1.0/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h 2005-06-05 18:00:06.000000000 +0200
3 +++ xine-lib-1.1.0-fbsd/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h 2005-07-29 00:54:35.242588576 +0200
4 @@ -1,7 +1,8 @@
5 -#include <malloc.h>
6 #include <string.h>
7 #include <math.h>
8 +#ifdef HAVE_MALLOC_H
9 #include <malloc.h>
10 +#endif
11
12 #define USE_FOR_DSCALER
13