diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-23 13:51:14 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-23 13:51:14 +0900 |
commit | f774afc5387887f4ce8067502412f5f64899632f (patch) | |
tree | 71d588865295f3da64d0ba31ae044d7fc48f64f2 /libopna/opnassg-sinc-c.c | |
parent | dfe585145747ee3d41297367f97d320230df26b3 (diff) |
libopna: make levelmeter and oscillo conditional
Diffstat (limited to 'libopna/opnassg-sinc-c.c')
-rw-r--r-- | libopna/opnassg-sinc-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopna/opnassg-sinc-c.c b/libopna/opnassg-sinc-c.c index 5f9baee..dedf1c7 100644 --- a/libopna/opnassg-sinc-c.c +++ b/libopna/opnassg-sinc-c.c @@ -1,4 +1,4 @@ -#include "libopna/opnassg.h" +#include "opnassg.h" void opna_ssg_sinc_calc_c(unsigned resampler_index, const int16_t *inbuf, int32_t *outbuf) { for (int c = 0; c < 3; c++) { |