Commit 0c893224 authored by Diego Biurrun's avatar Diego Biurrun

Change some files to only include the necessary headers.

Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1234585f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment