Diego Biurrun <[email protected]> writes: > On Wed, May 04, 2011 at 01:47:30PM -0400, Ronald S. Bultje wrote: >> >> 2011/5/4 Diego Biurrun <[email protected]>: >> > --- a/libavcodec/Makefile >> > +++ b/libavcodec/Makefile >> > @@ -546,6 +546,7 @@ OBJS-$(CONFIG_SPDIF_DEMUXER) += aacadtsdec.o >> > mpeg4audio.o >> > +OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o >> > >> > --- a/libavformat/Makefile >> > +++ b/libavformat/Makefile >> > @@ -295,7 +295,8 @@ OBJS-$(CONFIG_WEBM_MUXER) += >> > matroskaenc.o matroska.o \ >> > OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o >> > -OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asf.o asfdec.o mpegts.o >> > riff.o >> > +OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asfdec.o asf.o >> > asfcrypt.o \ >> > + avlanguage.o mpegts.o isom.o >> > riff.o >> > OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o >> >> How much of each file does it really need? > > I did not investigate, it is a recursive dependency of sorts: > asfdec.o needs asfcrypt.o and avlanguage.o, mpegts.o needs > isom.o and the libavcodec deps.
Then it is perhaps better to break up the chain into several explicit steps. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
