mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
8008a04325
commit
6465c977b7
@ -21,12 +21,6 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifdef SYS_DARWIN
|
||||
#define AVV(x...) (x)
|
||||
#else
|
||||
#define AVV(x...) {x}
|
||||
#endif
|
||||
|
||||
#define vzero vec_splat_s32(0)
|
||||
|
||||
static inline void
|
||||
|
@ -27,12 +27,6 @@
|
||||
|
||||
#include "avutil.h"
|
||||
|
||||
#ifdef SYS_DARWIN
|
||||
#define AVV(x...) (x)
|
||||
#else
|
||||
#define AVV(x...) {x}
|
||||
#endif
|
||||
|
||||
#define MAX_FILTER_SIZE 256
|
||||
|
||||
typedef int (*SwsFunc)(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY,
|
||||
|
Loading…
Reference in New Issue
Block a user