# HG changeset patch # User uau # Date 1199841472 0 # Node ID b4a3a1e44ab4710bd371f1a6dd38fdf3d32f365d # Parent f689811209b11a3314dcd4b0fc963c33c9531d23 Set CONFIG_SWSCALER in order to avoid imgresample Set "CONFIG_SWSCALE=yes" in config.mak. This prevents building libavcodec/imgresample.o which has symbols that conflict with swscale ones. diff -r f689811209b1 -r b4a3a1e44ab4 configure --- a/configure Wed Jan 09 01:17:49 2008 +0000 +++ b/configure Wed Jan 09 01:17:52 2008 +0000 @@ -7766,6 +7766,8 @@ CONFIG_GPL=yes CONFIG_ENCODERS=$_mencoder CONFIG_MUXERS=$_mencoder +# Prevent building libavcodec/imgresample.c with conflicting symbols +CONFIG_SWSCALER=yes RADIO=$_radio RADIO_CAPTURE=$_radio_capture VIDIX_CYBERBLADE=$_vidix_drv_cyberblade