diff ppc/dsputil_altivec.h @ 8250:cf4d575b1982 libavcodec

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents c4a4495715dd
children 50415a8f1451
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h	Wed Dec 03 03:34:31 2008 +0000
+++ b/ppc/dsputil_altivec.h	Wed Dec 03 15:23:30 2008 +0000
@@ -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);