diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 11:23:17 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 11:23:17 +0000 |
commit | 599cd321144346dea6eea7a3bb2f3a2076539d1a (patch) | |
tree | e68e2cd49d62b6242b2deb1372e16895e5c99498 /src/libmpeg2/idct_altivec.c | |
parent | 4d2831a58bf7237755f60d18fa33d43438fd3930 (diff) | |
download | xine-lib-599cd321144346dea6eea7a3bb2f3a2076539d1a.tar.gz xine-lib-599cd321144346dea6eea7a3bb2f3a2076539d1a.tar.bz2 |
fix some compiler warnings by using the extern declaration more consistently
(that is: putting them in the .h, not in the .c)
CVS patchset: 5602
CVS date: 2003/10/26 11:23:17
Diffstat (limited to 'src/libmpeg2/idct_altivec.c')
-rw-r--r-- | src/libmpeg2/idct_altivec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libmpeg2/idct_altivec.c b/src/libmpeg2/idct_altivec.c index b982238e7..981b986d0 100644 --- a/src/libmpeg2/idct_altivec.c +++ b/src/libmpeg2/idct_altivec.c @@ -499,8 +499,6 @@ void mpeg2_idct_add_altivec (int16_t * block, uint8_t * dest, int stride) void mpeg2_idct_altivec_init (void) { - extern uint8_t mpeg2_scan_norm[64]; - extern uint8_t mpeg2_scan_alt[64]; int i, j; i = constants[0][0]; /* just pretending - keeps gcc happy */ |