diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-03 15:23:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-03 15:23:30 +0000 |
commit | 9686df2be543b740ec71e6ef633f312b8592813f (patch) | |
tree | 19f9d20b719c124cba7a6f878d0f84e1c0c82ed3 /libavcodec/ppc/dsputil_altivec.h | |
parent | 26ae363e06722389964dae79e1f19a0a7f66b6d0 (diff) | |
download | ffmpeg-9686df2be543b740ec71e6ef633f312b8592813f.tar.gz |
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.h | 2 |
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); |