X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0024bde0fcca14f018c647f41d8192b4564df96e..a89e0ecf7c67ef6af6678985060a0d8e7bae5fba:/lib/resample.h diff --git a/lib/resample.h b/lib/resample.h index 477efd9..e99aaeb 100644 --- a/lib/resample.h +++ b/lib/resample.h @@ -27,8 +27,7 @@ #include #endif -#define ENDIAN_BIG 1 -#define ENDIAN_LITTLE 2 +#include "byte-order.h" struct resampler { int input_bits, input_channels, input_rate, input_signed, input_endian;