summaryrefslogtreecommitdiff
path: root/third_party/x86inc/x86inc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/x86inc/x86inc.asm')
-rw-r--r--third_party/x86inc/x86inc.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/x86inc/x86inc.asm b/third_party/x86inc/x86inc.asm
index 094df43b6..94d85929a 100644
--- a/third_party/x86inc/x86inc.asm
+++ b/third_party/x86inc/x86inc.asm
@@ -34,8 +34,10 @@
; as this feature might be useful for others as well. Send patches or ideas
; to x264-devel@videolan.org .
+%include "vpx_config.asm"
+
%ifndef private_prefix
- %define private_prefix x264
+ %define private_prefix vpx
%endif
%ifndef public_prefix