mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove usage of stdio.h in production code
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
This commit is contained in:
parent
fe00017a06
commit
09f8f05bce
6 changed files with 23 additions and 14 deletions
|
@ -30,7 +30,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#endif
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#if SILK_DEBUG || SILK_TIC_TOC
|
||||
#include "SigProc_FIX.h"
|
||||
#endif
|
||||
|
||||
#if SILK_TIC_TOC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue