[mythtv] status of MythTV wrt Coverity Scan

danielk danielk at cuymedia.net
Mon Jun 4 13:25:22 UTC 2012


On 06/02/2012 08:46 PM, Eric Sharkey wrote:
> On 5/30/12, Stuart Morgan<stuart at tase.co.uk>  wrote:
>> Can we get the plugins included in the next run?
>
> I have a stupid newbie question.  How does one normally compile the plugins?
>
> More specifically, I have MythTV 0.25 installed in standard places on
> all of my systems, and the source for master under my home.  I've
> configured mythtv with a --prefix to set the installation directory,
> then built and installed it.  Then, when compiling the plugins, I used
> the same --prefix, but the build fails in mytharchivehelper.  The
> reason being that the g++ comand line has -L/usr/lib before
> -L${prefix}/lib so it resolves -lmythavcodec to the 0.25 version, but
> that doesn't work because I get an undefined reference to symbol
> 'avcodec_open2@@LIBAVCODEC_54'.

This should work. The .pro file should be re-adding the /usr/lib after
it ads the mythtv directories this will put them later in the link line
and allow things to work properly.

-- Daniel


More information about the mythtv-dev mailing list