| Index: source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
|
| diff --git a/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm b/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
|
| index 29074e713ab2a07baf9219e8d88236697c0389b1..74c52df195cf67fc2ae09ed567ad9fe39f3f75a7 100644
|
| --- a/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
|
| +++ b/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
|
| @@ -7,6 +7,9 @@
|
| ; in the file PATENTS. All contributing project authors may
|
| ; be found in the AUTHORS file in the root of the source tree.
|
| ;
|
| +
|
| +%define private_prefix vp9
|
| +
|
| %include "third_party/x86inc/x86inc.asm"
|
|
|
| ; This file provides SSSE3 version of the forward transformation. Part
|
|
|