include altivec.h if we have it

SVN revision: 17491
This commit is contained in:
Mike Frysinger 2005-10-13 02:38:31 +00:00
parent 28ab394afb
commit 4a0f9b61c5
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
# include "evas_mmx.h"
#endif
#if defined HAVE_ALTIVEC_H
# include <altivec.h>
#endif
#ifdef BUILD_CONVERT_YUV
static void _evas_yuv_init (void);