On Tue, Apr 01, 2008, Diego Biurrun wrote:
> Some of the #ifdeffery I submitted is not really functional outside
> MPlayer in its current form. libmpeg2 does not set things like
> HAVE_ALTIVEC and similar right now, so surrounding code with this
> preprocessor conditional effectively disables it.
Ahem...
Some of the #ifdeffery I submitted is not really functional outside
MPlayer in its current form. libmpeg2 does not set things like
HAVE_ALTIVEC and similar right now, so surrounding code with this
preprocessor conditional effectively disables it.
Here is a patch to revert the changes. S