On 06/03/14 12:58, Diego Biurrun wrote: > 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. >
I think I made it depend just on the h264 decoder... _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
