On Wed, Feb 17, 2016 at 08:52:59AM +0100, Luca Barbato wrote: > On 17/02/16 08:35, Diego Biurrun wrote: > > --- > > configure | 16 +++++++++------- > > libavcodec/Makefile | 14 +++++--------- > > libavformat/Makefile | 22 ++++++++++++---------- > > 3 files changed, 26 insertions(+), 26 deletions(-) > > Is there a relationship between iso_media isom.o and iso_media > mpeg4audio.o mpegaudiodata.o ?
isom.o uses symbols from mpeg4audio.o and mpegaudiodata.o. > I'd use iso_media just for isom.c and use another symbol for mpeg*audio*.o For now I think this refactoring is enough. It already disentangles some libavformat components from libavcodec; those that only indirectly depend onlibavcodec through their direct iso_media dependency. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
