Re: [mpeg2-dev] [PATCH] revert mistaken changes from MPlayer

2008-04-02 Thread Christophe Massiot
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.

[mpeg2-dev] [PATCH] revert mistaken changes from MPlayer

2008-04-01 Thread Diego Biurrun
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