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-12-03 18:23:30 +0300
committerDiego Biurrun <diego@biurrun.de>2008-12-03 18:23:30 +0300
commit9686df2be543b740ec71e6ef633f312b8592813f (patch)
tree19f9d20b719c124cba7a6f878d0f84e1c0c82ed3 /libavcodec/ppc/dsputil_altivec.h
parent26ae363e06722389964dae79e1f19a0a7f66b6d0 (diff)
Delete unnecessary 'extern' keywords.
Originally committed as revision 15990 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, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/dsputil_altivec.h b/libavcodec/ppc/dsputil_altivec.h
index 63f817a215..03ff0b9fc8 100644
--- a/libavcodec/ppc/dsputil_altivec.h
+++ b/libavcodec/ppc/dsputil_altivec.h
@@ -25,7 +25,7 @@
#include <stdint.h>
-extern int has_altivec(void);
+int has_altivec(void);
void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);