[mythtv] disabled VDPAU compile patch
Janne Grunau
janne-mythtv at grunau.be
Sun Jul 19 13:27:42 UTC 2009
On Sun, Jul 19, 2009 at 10:25:34AM +0100, Paul Harrison wrote:
> Janne Grunau wrote:
> > On Sat, Jul 18, 2009 at 11:05:00PM +0200, Mike Davis wrote:
> >
> >> Today I updated my copy of mythtv svn (it's been a few months) and I
> >> couldn't compile, due to libavcodec linkage errors - mainly ff_vdpau_* .
> >> Here's a patch against trunk that I used to get it compiling/linking
> >> properly when VDPAU is disabled.
> >
> > Your compiler is strange, please give details. Compiling without VDPAU
> > works fine here. And your patch doesn't change anything since
> > CONFIG_*_VDPAU_DECODER is always defined, to zero if it is disabled.
> > Look at config.h.
> >
> Make sure you don't have more than one mythconfig.h. It's location
> changed some time ago and the old one could still be left around. The
> old one must be earlier in the include path.
That shouldn't make a difference since libav* files include config.h
which we do not install. If a different config.h would have been
included libavcodec would be unuseable. An old config.h from before the
ffmpeg sync might be the cause, i.e. not rerunning configure after
[20727].
please make distclean and rerun configure
Janne
More information about the mythtv-dev
mailing list