1
0
Fork 0
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:
Paul Lietar 2015-10-20 11:15:55 +01:00
parent 10cc523cfd
commit fe56604037
6 changed files with 36 additions and 32 deletions

View file

@ -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;