diff options
author | Chris Robinson <[email protected]> | 2017-08-28 10:31:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-28 10:31:23 -0700 |
commit | 2916efee213d0d0c6fe67669bf666141e6149f27 (patch) | |
tree | b00720de5977bcc8d7ba6c2d51697014ac5606db /Alc/ALu.c | |
parent | 6c367cad6e358a0ea4fd71fc94120dd7e036c621 (diff) |
Automatically generate the bsinc table when building
This makes bsincgen a native tool like bin2h, so it can run automatically when
compiling.
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ #include "static_assert.h" #include "mixer_defs.h" -#include "bsinc_inc.c" +#include "bsinc_inc.h" #include "backends/base.h" |