[FFmpeg-cvslog] r9477 - in trunk/libavcodec: Makefile mpeg12.c mpeg12data.c mpeg12data.h mpeg12decdata.h mpeg12enc.c mpegvideo_enc.c

Aurelien Jacobs aurel
Thu Jul 5 14:59:45 CEST 2007


On Thu, 5 Jul 2007 13:07:34 +0200
"Guillaume POIRIER" <poirierg at gmail.com> wrote:

> Hi,
> 
> On 7/5/07, aurel <subversion at mplayerhq.hu> wrote:
> > Author: aurel
> > Date: Thu Jul  5 11:08:28 2007
> > New Revision: 9477
> >
> > Log:
> > split mpeg12 encoder out of mpeg12.c
> >
> > Added:
> >    trunk/libavcodec/mpeg12data.c
> >       - copied, changed from r9467, /trunk/libavcodec/mpeg12data.h
> >    trunk/libavcodec/mpeg12decdata.h
> >       - copied, changed from r9467, /trunk/libavcodec/mpeg12data.h
> >    trunk/libavcodec/mpeg12enc.c
> >       - copied, changed from r9467, /trunk/libavcodec/mpeg12.c
> > Modified:
> >    trunk/libavcodec/Makefile
> >    trunk/libavcodec/mpeg12.c
> >    trunk/libavcodec/mpeg12data.h
> >    trunk/libavcodec/mpegvideo_enc.c
> 
> 
> [..]
> 
> > Modified: trunk/libavcodec/mpeg12.c
> > ==============================================================================
> 
> [..]
> 
> > @@ -30,7 +30,9 @@
> >  #include "dsputil.h"
> >  #include "mpegvideo.h"
> >
> > +#include "mpeg12.h"
> >  #include "mpeg12data.h"
> > +#include "mpeg12decdata.h"
> >  #include "bytestream.h"
> 
> 
> Looks like you forgot to svn add mpeg12.h ... This breaks compilation :(

Ouch !
Sorry, fixed.

Aurel




More information about the ffmpeg-cvslog mailing list