OSDN Git Service

vp3: don't use calls to inline asm in yasm code.
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 22 Jul 2012 20:38:56 +0000 (20:38 +0000)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Wed, 25 Jul 2012 18:24:30 +0000 (14:24 -0400)
commita1878a88a1dc3e3b0abaee910a18f0a6a30b0805
tree6fc53e4db758f6955638c5183442b400ff50b875
parent79195ce56500a137c7d3152d83dc27d848086405
vp3: don't use calls to inline asm in yasm code.

Mixing yasm and inline asm is a bad idea, since if either yasm or inline
asm is not supported by your toolchain, all of the asm stops working.
Thus, better to use either one or the other alone.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavcodec/x86/vp3dsp.asm