[Ffmpeg-devel] Re: [PATCH] FFmpeg theora encoding
Paul Richards
paul.richards
Sat Jan 13 13:31:12 CET 2007
On 12/01/07, Diego Biurrun <diego at biurrun.de> wrote:
> On Thu, Jan 11, 2007 at 09:38:04PM +0000, Paul Richards wrote:
> > On 10/01/07, Diego Biurrun <diego at biurrun.de> wrote:
> > >
> > >On Mon, Jan 08, 2007 at 09:20:19AM +0000, Paul Richards wrote:
> > >>
> > >> Here are the file rename, whitespace, and ordering changes you requested.
> > >
> > >Trailing whitespace is still there. Please call the configure option
> > >--enable-libtheora. Also, I reordered libavcodec/Makefile and put the
> > >external libraries in a separate block, libtheora should go there.
> > >
> > [snip]
> >
> > I previously only removed the trailing newlines at the very end. I
> > didn't realise that trailing whitespace internal to the file was what
> > you meant.
>
> There is still some left.
>
> > This is now fixed, as well as renaming the '--enable' flag
> > and the libavcodec/Makefile ordering.
>
> Thanks, I like this one much better. However, I think that the
> following
>
> > --- libavcodec/Makefile (revision 7438)
> > +++ libavcodec/Makefile (working copy)
> > @@ -257,6 +257,7 @@
> > OBJS-$(CONFIG_LIBFAAD) += faad.o
> > OBJS-$(CONFIG_LIBGSM) += libgsm.o
> > OBJS-$(CONFIG_LIBMP3LAME) += mp3lameaudio.o
> > +OBJS-$(CONFIG_THEORA_ENCODER) += libtheoraenc.o
>
> should be
>
> +OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o
>
> as CONFIG_LIBTHEORA is what configure will add to config.mak - if I am
> not mistaken...
>
You are correct. CONFIG_THEORA_ENCODER is always enabled and is
independent of the CONFIG_LIBTHEORA option. This led me to fix a bug
I had in allcodecs.c.
These have both been corrected along with the one trailing whitespace
character I could find.
--
Paul Richards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: theora.patch
Type: application/octet-stream
Size: 13166 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070113/2e2a537d/attachment.obj>
More information about the ffmpeg-devel
mailing list