[FFmpeg-devel] [PATCH] rename libogg muxer
Aurelien Jacobs
aurel
Thu Nov 8 14:14:07 CET 2007
Diego Biurrun wrote:
> On Thu, Nov 08, 2007 at 01:01:21AM +0100, Aurelien Jacobs wrote:
> > Diego Biurrun wrote:
> >
> > > Here is a patch to make the libogg muxer conform to the naming scheme
> > > for external libraries. It assumes renaming ogg.c to libogg.c. OK to
> > > apply?
> > >
> > > [...]
> > >
> > > --- libavformat/allformats.c (revision 10937)
> > > +++ libavformat/allformats.c (working copy)
> > > @@ -93,6 +93,7 @@
> > > REGISTER_DEMUXER (IPMOVIE, ipmovie);
> > > REGISTER_DEMUXER (LIBDC1394, libdc1394);
> > > REGISTER_MUXDEMUX (LIBNUT, libnut);
> > > + REGISTER_MUXER (LIBOGG, libogg);
> > > REGISTER_MUXDEMUX (M4V, m4v);
> > > REGISTER_MUXDEMUX (MATROSKA, matroska);
> > > REGISTER_MUXER (MATROSKA_AUDIO, matroska_audio);
> >
> > This line obviously needs to go to the new LIB* "section".
> > Except that, patch looks OK.
>
> Yes, of course, patch applied.
You forgot to apply the configure part of this patch.
Fixed.
Aurel
More information about the ffmpeg-devel
mailing list