64-bit Mac Chromium support for libvpx.
For 64-bit Mac Chromium, use private_extern for HIDDEN_DATA, the same as 32-bit Mac Chromium. Change-Id: Ica0fa9e48a47409facece691ae1e39327369083c
This commit is contained in:
parent
2f2dffe7e0
commit
e48776f29b
@ -230,6 +230,12 @@
|
||||
%elifidn __OUTPUT_FORMAT__,elfx32
|
||||
%define WRT_PLT wrt ..plt
|
||||
%define HIDDEN_DATA(x) x:data hidden
|
||||
%elifidn __OUTPUT_FORMAT__,macho64
|
||||
%ifdef CHROMIUM
|
||||
%define HIDDEN_DATA(x) x:private_extern
|
||||
%else
|
||||
%define HIDDEN_DATA(x) x
|
||||
%endif
|
||||
%else
|
||||
%define HIDDEN_DATA(x) x
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user