From 599cd321144346dea6eea7a3bb2f3a2076539d1a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 26 Oct 2003 11:23:17 +0000 Subject: 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 --- src/libmpeg2/slice.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libmpeg2/slice.c') diff --git a/src/libmpeg2/slice.c b/src/libmpeg2/slice.c index 0fe4ee2d9..50d7b4caf 100644 --- a/src/libmpeg2/slice.c +++ b/src/libmpeg2/slice.c @@ -30,12 +30,6 @@ #include "mpeg2_internal.h" #include "attributes.h" -extern mpeg2_mc_t mpeg2_mc; -extern void (* mpeg2_idct_copy) (int16_t * block, uint8_t * dest, int stride); -extern void (* mpeg2_idct_add) (int16_t * block, uint8_t * dest, int stride); -extern void (* mpeg2_cpu_state_save) (cpu_state_t * state); -extern void (* mpeg2_cpu_state_restore) (cpu_state_t * state); - #include "vlc.h" static int non_linear_quantizer_scale [] = { -- cgit v1.2.3