mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
fix altivec.h inclusion (vector keyword in structure)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12839 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82e3eeea4f
commit
85c3622f1c
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user