ports/audio/libsamplerate/files/patch-src_samplerate.h
2016-11-06 10:01:56 +00:00

11 lines
237 B
C

--- src/samplerate.h.orig 2016-09-13 10:13:14 UTC
+++ src/samplerate.h
@@ -160,7 +160,7 @@ enum
SRC_SINC_MEDIUM_QUALITY = 1,
SRC_SINC_FASTEST = 2,
SRC_ZERO_ORDER_HOLD = 3,
- SRC_LINEAR = 4,
+ SRC_LINEAR = 4
} ;
/*