mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
Change some files to only include the necessary headers.
Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1234585fac
commit
0c89322463
@ -24,7 +24,7 @@
|
||||
|
||||
#include "gcc_fixes.h"
|
||||
|
||||
#include "dsputil_altivec.h"
|
||||
#include "dsputil_ppc.h"
|
||||
#include "util_altivec.h"
|
||||
|
||||
int sad16_x2_altivec(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h)
|
||||
|
@ -25,8 +25,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "dsputil_ppc.h"
|
||||
|
||||
extern int has_altivec(void);
|
||||
|
||||
void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "common.h"
|
||||
#include "dsputil.h"
|
||||
#include "dsputil_altivec.h"
|
||||
#include "dsputil_ppc.h"
|
||||
#include "gcc_fixes.h"
|
||||
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "gcc_fixes.h"
|
||||
|
||||
#include "dsputil_altivec.h"
|
||||
#include "dsputil_ppc.h"
|
||||
|
||||
#define vector_s16_t vector signed short
|
||||
#define const_vector_s16_t const vector signed short
|
||||
|
Loading…
Reference in New Issue
Block a user