diff -urN ffmpeg-svn-r12810.orig/libavcodec/imgconvert.c ffmpeg-svn-r12810/libavcodec/imgconvert.c --- ffmpeg-svn-r12810.orig/libavcodec/imgconvert.c 2008-03-17 00:10:39 +0200 +++ ffmpeg-svn-r12810/libavcodec/imgconvert.c 2008-04-14 05:18:57 +0300 @@ -2107,7 +2107,6 @@ } #endif -#ifndef CONFIG_SWSCALE static uint8_t y_ccir_to_jpeg[256]; static uint8_t y_jpeg_to_ccir[256]; static uint8_t c_ccir_to_jpeg[256]; @@ -2627,7 +2626,6 @@ avpicture_free(tmp); return ret; } -#endif /* NOTE: we scan all the pixels to have an exact information */ static int get_alpha_info_pal8(const AVPicture *src, int width, int height)