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:
Diego Biurrun 2008-01-04 13:38:25 +00:00
parent 1234585fac
commit 0c89322463
4 changed files with 3 additions and 5 deletions

View File

@ -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)

View File

@ -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);

View File

@ -22,7 +22,7 @@
#include "common.h"
#include "dsputil.h"
#include "dsputil_altivec.h"
#include "dsputil_ppc.h"
#include "gcc_fixes.h"

View File

@ -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