X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0024bde0fcca14f018c647f41d8192b4564df96e..bbaed9ec1e6fe1cc74787148535c7f3b9478d78e:/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;