[FFmpeg-devel] [PATCH] examples: move metadata-example.c to doc/examples

Stefano Sabatini stefano.sabatini-lala at poste.it
Fri Jul 8 09:44:05 CEST 2011


On date Wednesday 2011-07-06 23:45:41 +0200, Stefano Sabatini encoded:
> On date Tuesday 2011-07-05 17:24:09 +0200, Stefano Sabatini encoded:
> > ---
> >  doc/examples/Makefile                              |    2 +-
> >  .../metadata-example.c => doc/examples/metadata.c  |    1 -
> >  libavformat/Makefile                               |    1 -
> >  3 files changed, 1 insertions(+), 3 deletions(-)
> >  rename libavformat/metadata-example.c => doc/examples/metadata.c (97%)
> > 
> > diff --git a/doc/examples/Makefile b/doc/examples/Makefile
> > index 4561b10..f8abdff 100644
> > --- a/doc/examples/Makefile
> > +++ b/doc/examples/Makefile
> > @@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
> >  CFLAGS+=$(shell pkg-config  --cflags $(FFMPEG_LIBS))
> >  LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
> >  
> > -EXAMPLES=encoding muxing
> > +EXAMPLES=encoding metadata muxing
> >  
> >  OBJS=$(addsuffix .o,$(EXAMPLES))
> >  
> > diff --git a/libavformat/metadata-example.c b/doc/examples/metadata.c
> > similarity index 97%
> > rename from libavformat/metadata-example.c
> > rename to doc/examples/metadata.c
> > index 7bf77e7..7d29be7 100644
> 
> I'll push soon if I see no objections.

Pushed.
-- 
FFmpeg = Fast & Friendly Merciful Peaceful Embarassing Gadget


More information about the ffmpeg-devel mailing list