diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-12 07:28:11 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-12 19:56:58 +0100 |
commit | 6a701306db167a70b29a9a5aed3aaf7d8c369716 (patch) | |
tree | 5f3b8703eb13bb676d51ec7c2edcb846af590b91 /libavcodec/x86/h264_chromamc.asm | |
parent | b1a9a2c4ffb87004ef5947d64bbfb34544793278 (diff) | |
download | ffmpeg-6a701306db167a70b29a9a5aed3aaf7d8c369716.tar.gz |
dsputil: make selectable.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 867ba4927c..32681aafd7 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 |