|
@@ -0,0 +1,18 @@
+--- libavcodec/imgconvert.c.orig 2007-10-27 13:18:03.000000000 +0200
++++ libavcodec/imgconvert.c 2007-11-24 15:41:55.000000000 +0100
+@@ -2324,7 +2324,6 @@
+ }
+ #endif
+
+-#ifndef CONFIG_SWSCALER
+ /* XXX: always use linesize. Return -1 if not supported */
+ int img_convert(AVPicture *dst, int dst_pix_fmt,
+ const AVPicture *src, int src_pix_fmt,
+@@ -2569,7 +2568,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)
|