[FFmpeg-devel] Bug report : build problem with	"configure	--disable-encoders"
    Diego Biurrun 
    diego
       
    Fri Nov 21 19:40:49 CET 2008
    
    
  
On Fri, Nov 21, 2008 at 01:42:18PM +0100, David Geldreich wrote:
>
> in the specific configuration "configure --disable-encoder", ffmpeg  
> fails to build because the ff_inv_aanscales is defined in  
> mpegvideo_enc.c and also used in eatgq.c
>
> So, I propose to move the definition of this ff_inv_aanscales table in  
> mpegvideo.c. Its declaration could be left in mpegvideo_enc.c and  
> eatgq.c or moved to mpegvideo.h.
> I have chosen the first solution (declaration in .c files)
Check the archives, a similar patch from Aurelien was just rejected,
ff_inv_aanscales is not mpeg-specific.
Diego
    
    
More information about the ffmpeg-devel
mailing list