[Ffmpeg-devel] Re: [PATCH] FFmpeg theora encoding

Paul Richards paul.richards
Tue Jan 23 22:40:54 CET 2007


On 23/01/07, Diego Biurrun <diego at biurrun.de> wrote:
> On Mon, Jan 22, 2007 at 03:16:30PM +0000, Paul Richards wrote:
> > On 21/01/07, Diego Biurrun <diego at biurrun.de> wrote:
> > >On Sun, Jan 21, 2007 at 09:53:47PM +0000, Paul Richards wrote:
> > >>
> > >> These issues have been addressed.
> > >
> > >> --- libavcodec/allcodecs.c    (revision 7612)
> > >> +++ libavcodec/allcodecs.c    (working copy)
> > >> @@ -200,6 +200,9 @@
> > >> +#ifdef CONFIG_LIBTHEORA
> > >> +    REGISTER_ENCODER(LIBTHEORA, libtheora);
> > >> +#endif
> > >
> > >These are no longer necessary, Mans came up with a system for moving
> > >dependency detection to configure, you'll have to add a line there, look
> > >at what is done for oggvorbis/libvorbis.
>
> This is an issue that you need to address.  Look at configure around
> line 500.
>

Sorry, perhaps I should have said explicitly, but I did add something
to configure at around that position:
libtheora_encoder_deps="libtheora"


-- 
Paul Richards




More information about the ffmpeg-devel mailing list