On Tue, Mar 04, 2014 at 07:24:40PM +0100, Vittorio Giovara wrote: > --- > libavcodec/internal.h | 7 +++++++ > libavcodec/mpegvideo.c | 50 ----------------------------------------------- > libavcodec/mpegvideo.h | 3 --- > libavcodec/utils.c | 53 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 60 insertions(+), 53 deletions(-)
The SVQ3 decoder has a dependency on mpegvideo due to the use of ff_draw_horiz_band(). It no longer has after this patch, so you should update the list of its dependencies in configure. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
