mirror of
https://github.com/xiph/opus.git
synced 2025-06-05 23:10:54 +00:00
Make tests work on MSVC.
Add project files for Opus tests, fixup test source for Win32.
This commit is contained in:
parent
f57be69f07
commit
c0edd63737
10 changed files with 346 additions and 0 deletions
|
@ -36,7 +36,9 @@
|
|||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "opus_multistream.h"
|
||||
#include "opus.h"
|
||||
#include "../src/opus_private.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue