Commit 5934a3a5 authored by alex's avatar alex

fix altivec.h inclusion (vector keyword in structure)


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@12839 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 808e6e65
......@@ -61,9 +61,6 @@ untested special converters
#else
#include <stdlib.h>
#endif
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "../cpudetect.h"
......
......@@ -19,6 +19,10 @@
#ifndef SWSCALE_INTERNAL_H
#define SWSCALE_INTERNAL_H
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include "../mp_msg.h"
#define MSG_WARN(args...) mp_msg(MSGT_SWS,MSGL_WARN, ##args )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment