On Sat, Mar 24, 2012 at 01:21:00PM -0700, Ronald S. Bultje wrote: > On Fri, Mar 9, 2012 at 5:35 AM, Diego Biurrun <[email protected]> wrote: > > diff --git a/configure b/configure > [..] > > # parsers > > -h264_parser_select="golomb h264chroma h264dsp h264pred" > > +h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel" > > Why does the h264 parser depend on all this DSP stuff?
Transitive dependencies from h264.o. However, neither h264chroma nor h264qpel are necessary. Patch coming up. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
