Re: Transcode and FC9

Fabio Bizzi <[email protected]> Tue, 17 Jun 2008 15:28:45 +0200
Newsgroups gmane.linux.freshrpms.user
Organization bizzi.org
Message-ID <[email protected]>
Dominik 'Rathann' Mierzejewski ha scritto:
[...]
> 
> So the necessary change is, for example
> #include <avcodec.h>
> to
> #include <libavcodec/avcodec.h>

This do not work.

The #include statement has to be this:
#include <ffmpeg/libavcodec/avcodec.h>

> The patch is incorrect. You just need to use pkg-config to add correct
> flags to CFLAGS and LDFLAGS.

The ffmpeg patch fixes only a name/path issue.
The spec patch avoids the building of the NuppelVideo plugin, I have 
just wrote why I avoided the build, if you can solve this issue please 
post the solution an the correct patch file. :)

Thank you.

Cheers.

	Fabio.