diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-07-22 20:38:56 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-07-25 14:24:30 -0400 |
commit | a1878a88a1dc3e3b0abaee910a18f0a6a30b0805 (patch) | |
tree | 6fc53e4db758f6955638c5183442b400ff50b875 /libavcodec/vp8.c | |
parent | 79195ce56500a137c7d3152d83dc27d848086405 (diff) | |
download | ffmpeg-a1878a88a1dc3e3b0abaee910a18f0a6a30b0805.tar.gz |
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>
Diffstat (limited to 'libavcodec/vp8.c')
0 files changed, 0 insertions, 0 deletions