On Mon, Mar 25, 2013 at 01:31:55PM +0200, Martin Storsjö wrote: > On Mon, 25 Mar 2013, Diego Biurrun wrote: > >On Mon, Mar 25, 2013 at 12:46:58PM +0200, Martin Storsjö wrote: > >>--- a/configure > >>+++ b/configure > >>@@ -1691,7 +1692,7 @@ wmv3_vdpau_decoder_select="vc1_vdpau_decoder" > >> > >> # parsers > >>-h264_parser_select="error_resilience golomb h264chroma h264dsp h264pred > >>h264qpel mpegvideo" > >>+h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel mpegvideo" > >> mpeg4video_parser_select="error_resilience mpegvideo" > >> mpegvideo_parser_select="error_resilience mpegvideo" > >> vc1_parser_select="mpegvideo" > > > >This looks suspicious. You're not changing the H.264 parser itself; > >was this a transitive dependency? > > It depends on how you see it I guess. The dependency was in h264.c, > which both the h264 decoder and parser use.
That's what I would call a transitive dependency. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
