[FFmpeg-devel] [PATCH] split vc1dsp_mmx in its own compilation unit

Aurelien Jacobs aurel
Tue Nov 27 22:28:33 CET 2007


Michael Niedermayer wrote:

> On Mon, Nov 26, 2007 at 11:34:45PM +0100, Aurelien Jacobs wrote:
> > Hi,
> > 
> > $subj
> > This allows disabling vc1dsp code when vc1 is disabled.
> > This patch duplicates the ff_pw_3 const integer. I think it's not
> > worth making it an extern var, but if you prefer this, let me
> > know and I will change it.
> 
> i think all the ff_p* which are spread over the i386/ should be
> shared, if it where just one id agree it doesnt matter ...

Indeed, I didn't realized that ff_p* was already copied over several
files.
Here is a patch to make all those vars extern so that they can be
shared. This will also help to split h264dsp_mmx out of dsputil_mmx.
OK to apply ?

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dsputil_ff_p.diff
Type: text/x-patch
Size: 9335 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071127/3b33cba2/attachment.bin>



More information about the ffmpeg-devel mailing list