Jan Beich wrote:
"Marat N.Afanasyev" <[email protected]> writes:/usr/bin/ld: libxul.so: hidden symbol `downmix_int' isn't definedAdding -lopus won't be enough. Firefox hides any symbol not explicitly listed as system with pragma visibility, see config/system-headers. However, downmix_int isn't really a public symbol. So, you either have to disable system opus via USE_MOZILLA=-opus like r386162 or apply the following hack
if I set USE_MOZILLA=-opus then it doesn't build at all.
I applied this patch to opus, rebuilt and reinstalled it, but no luck as yet :(Index: audio/opus/Makefile =================================================================== --- audio/opus/Makefile (revision 401065) +++ audio/opus/Makefile (working copy) ...
the same error in the same place -- SY, Marat
smime.p7s
Description: S/MIME Cryptographic Signature
