mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-02 04:26:41 +08:00
PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil
This will allow for easier implementation of Altivec functions in libraries other than libavcodec.
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
#if HAVE_ALTIVEC_H
|
||||
#include <altivec.h>
|
||||
#endif
|
||||
#include "libavutil/ppc/types_altivec.h"
|
||||
#include "libavutil/ppc/util_altivec.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "util_altivec.h"
|
||||
#include "types_altivec.h"
|
||||
#include "dsputil_altivec.h"
|
||||
|
||||
static int sad16_x2_altivec(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h)
|
||||
|
||||
Reference in New Issue
Block a user