Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-04 16:38:25 +0300
committerDiego Biurrun <diego@biurrun.de>2008-01-04 16:38:25 +0300
commit0c89322463ebf3ad2e7a7f003bab823357ba2996 (patch)
tree6abfaae3060921026cfd615341170ff05154a88a /libavcodec/ppc/dsputil_altivec.h
parent1234585facce691c079444a85c7fc83e68344a1d (diff)
Change some files to only include the necessary headers.
Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_altivec.h')
-rw-r--r--libavcodec/ppc/dsputil_altivec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ppc/dsputil_altivec.h b/libavcodec/ppc/dsputil_altivec.h
index 1dd32592e6..43bd5ababf 100644
--- a/libavcodec/ppc/dsputil_altivec.h
+++ b/libavcodec/ppc/dsputil_altivec.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);