diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-12 07:28:11 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-10 11:04:05 +0300 |
commit | b93b27edb0455287f49182fbf11b68e575f59225 (patch) | |
tree | 2b28d3f9edeb10c7de0e0dc33bc780182306a945 /libavcodec/x86/h264_chromamc.asm | |
parent | 85deb51a01f1ecc5ac5faa52ad8ea141c384e23a (diff) | |
download | ffmpeg-b93b27edb0455287f49182fbf11b68e575f59225.tar.gz |
dsputil: Make dsputil selectable
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/x86/h264_chromamc.asm')
-rw-r--r-- | libavcodec/x86/h264_chromamc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_chromamc.asm b/libavcodec/x86/h264_chromamc.asm index 440a473c6f..b7b18e03f8 100644 --- a/libavcodec/x86/h264_chromamc.asm +++ b/libavcodec/x86/h264_chromamc.asm @@ -60,7 +60,7 @@ rnd_rv40_1d_tbl: times 4 dw 0 cextern pw_3 cextern pw_4 cextern pw_8 -cextern pw_28 +pw_28: times 8 dw 28 cextern pw_32 cextern pw_64 |