mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 17:59:24 +02:00
Replace GMP by num’s Bignum implementation.
This is awfully slow in debug builds, but simplifies the build process a lot.
This commit is contained in:
parent
10cc523cfd
commit
fe56604037
6 changed files with 36 additions and 32 deletions
|
@ -9,7 +9,6 @@ extern crate bit_set;
|
|||
extern crate byteorder;
|
||||
extern crate crypto;
|
||||
extern crate eventual;
|
||||
extern crate gmp;
|
||||
extern crate num;
|
||||
extern crate portaudio;
|
||||
extern crate protobuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue