[FFmpeg-cvslog] r18164 - in trunk/libavcodec: Makefile allcodecs.c pnmenc.c

Diego Biurrun diego
Mon Mar 23 01:01:41 CET 2009


On Mon, Mar 23, 2009 at 12:42:27AM +0100, Stefano Sabatini wrote:
> On date Monday 2009-03-23 00:32:47 +0100, Stefano Sabatini wrote:
> > On date Sunday 2009-03-22 23:50:22 +0100, diego wrote:
> > > 
> > > Log:
> > > Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders
> > > so that they can be enabled and disabled individually.
> > > 
> > > --- trunk/libavcodec/Makefile	Sun Mar 22 23:50:19 2009	(r18163)
> > > +++ trunk/libavcodec/Makefile	Sun Mar 22 23:50:22 2009	(r18164)
> > > @@ -156,15 +156,19 @@ OBJS-$(CONFIG_MSZH_DECODER)            +
> > >  OBJS-$(CONFIG_PCX_DECODER)             += pcx.o
> > > -OBJS-$(CONFIG_PCX_ENCODER)             += pcxenc.o
> > > -OBJS-$(CONFIG_PGM_ENCODER)             += pnmenc.o pnm.o
> > > -OBJS-$(CONFIG_PGMYUV_ENCODER)          += pnmenc.o pnm.o
> > > +OBJS-$(CONFIG_PGM_DECODER)             += pnmenc.o pnm.o
> > > +OBJS-$(CONFIG_PGM_ENCODER)             += pnmenc.o
> > > +OBJS-$(CONFIG_PGMYUV_DECODER)          += pnmenc.o pnm.o
> > > +OBJS-$(CONFIG_PGMYUV_ENCODER)          += pnmenc.o
> > >  OBJS-$(CONFIG_PNG_DECODER)             += png.o pngdec.o
> > 
> > And FATE wen BABBOMMA!!
> > 
> > I don't know if it has been my previous commit or this one to break
> > compilation, after an update I got this:
> > 
> > /home/stefano/src/ffmpeg/libavcodec/libavcodec.a(allcodecs.o): In function `avcodec_register_all':
> > /home/stefano/src/ffmpeg/libavcodec/allcodecs.c:130: undefined reference to `pcx_encoder'
> > collect2: ld returned 1 exit status
> > make: *** [ffmpeg_g] Error 1
> 
> It should be fixed now.

Thanks.

Stefano, *please* upgrade your quoting habits.  Mindless bottom-posting
is worse than top-posting.  I always have to scroll through pages and
pages and pages of unrelated and unnecessary quotes until I get to see
your one line replies.

Unfortunately you are in illustrious company.  Please, people, mind your
quotes :)

Diego



More information about the ffmpeg-cvslog mailing list