--- ffmpeg-export-2006-12-04/libavcodec/Makefile.org 2007-07-15 13:53:40.858275149 +0200 +++ ffmpeg-export-2006-12-04/libavcodec/Makefile 2007-07-15 13:53:45.208487348 +0200 @@ -321,9 +321,7 @@ OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o -ifneq ($(CONFIG_SWSCALER),yes) OBJS += imgresample.o -endif # processor-specific code ifeq ($(HAVE_MMX),yes) --- ffmpeg/libavcodec/imgconvert.c~ 2008-08-03 02:41:31.000000000 +0200 +++ ffmpeg/libavcodec/imgconvert.c 2008-08-23 00:06:15.552030129 +0200 @@ -2108,7 +2108,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]; @@ -2628,7 +2627,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)