Re: [libav-devel] [PATCH 3/3] build: fix standalone compilation of OMA muxer

2011-12-22 Thread Janne Grunau
On 2011-12-22 21:11:26 +0100, Diego Biurrun wrote: > The muxer depends on the id3v2 writing code, so link against it. > --- > libavformat/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/Makefile b/libavformat/Makefile > index d4054df..36ef2a5 10

[libav-devel] [PATCH 3/3] build: fix standalone compilation of OMA muxer

2011-12-22 Thread Diego Biurrun
The muxer depends on the id3v2 writing code, so link against it. --- libavformat/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index d4054df..36ef2a5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -18