summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_altivec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-19 09:59:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-19 09:59:59 +0000
commitb9263c945f81c7a452807862ecd867481e9e9e5b (patch)
treeb8c1d8ff6e5e68438048867b3dafc13bf57fece8 /libswscale/yuv2rgb_altivec.c
parentbbea3555ec1abda69493d9d8ec56560e05619cc8 (diff)
Remove pointless malloc.h #include.
Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_altivec.c')
-rw-r--r--libswscale/yuv2rgb_altivec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c
index 0223fdd54d..baffbc80a6 100644
--- a/libswscale/yuv2rgb_altivec.c
+++ b/libswscale/yuv2rgb_altivec.c
@@ -91,9 +91,6 @@ adjustment.
#include <inttypes.h>
#include <assert.h>
#include "config.h"
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#include "rgb2rgb.h"
#include "swscale.h"
#include "swscale_internal.h"