rpms/akode-extras/EL-5 akode-2.0.2-ffmpeg.patch

Rex Dieter rdieter at math.unl.edu
Wed Sep 17 17:58:03 CEST 2008


On Wednesday September 17, 2008 10:08:10 am Rex Dieter wrote:
> On Wednesday September 17, 2008 9:35:19 am Dominik 'Rathann' Mierzejewski
>
> wrote:
> > On Tuesday, 16 September 2008 at 22:14, Rex Dieter wrote:
> > > Author: rdieter
> > >
> > > Update of /cvs/free/rpms/akode-extras/EL-5
> > > In directory se02.es.rpmfusion.net:/tmp/cvs-serv27797
> > >
> > > Added Files:
> > > 	akode-2.0.2-ffmpeg.patch akode-2.0.2-gcc43.patch
> > > Log Message:
> > > import awol patches
> > >
> > >
> > > akode-2.0.2-ffmpeg.patch:
> > >
> > > --- NEW FILE akode-2.0.2-ffmpeg.patch ---
> > > diff -up
> > > akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.ffmpeg
> > > akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp ---
> > > akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.ffmpeg	20
> > >08 -09-04 11:20:15.000000000 -0500 +++
> > > akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp	2008-09-0
> > >4 11:40:31.000000000 -0500 @@ -29,9 +29,9 @@
> > >  #include "decoder.h"
> > >
> > >  #include <assert.h>
> > > -#include <ffmpeg/avcodec.h>
> > > -#include <ffmpeg/avformat.h>
> > > -#include <ffmpeg/avio.h>
> > > +#include <ffmpeg/libavcodec/avcodec.h>
> > > +#include <ffmpeg/libavformat/avformat.h>
> > > +#include <ffmpeg/libavformat/avio.h>
> >
> > Wrong. It should be <libav*/foo.h> and `pkg-config --cflags libav*`
> > should be added to CFLAGS instead.
>
> Agreed, this one was a botched attempt.  shrug,ffmpeg isn't in EL-5 or
> used here, so it's mosty harmless.

Oops, I botched the version in the F-8 branch too, fixing...

And, this inspired me to get pkg-config support working for k3b too.

Now, I need to improve my cmake-fu for k9copy.

-- Rex



More information about the rpmfusion-developers mailing list