This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
timespec is not used in wave.c, so remove the compatibility definition
master
Reece H. Dunn
9 years ago
parent
dfa742abfa
commit
188dd8084c
1 changed files
with
0 additions
and
8 deletions
Split View
Show Diff Stats
0
8
src/libespeak-ng/wave.c
+ 0
- 8
src/libespeak-ng/wave.c
View File
@@ -39,14 +39,6 @@
#include "speech.h"
#include "wave.h"
#ifdef NEED_STRUCT_TIMESPEC
#define HAVE_STRUCT_TIMESPEC 1
struct timespec {
long tv_sec;
long tv_nsec;
};
#endif
#ifdef USE_PORTAUDIO
#include "portaudio.h"
Write
Preview
Loading…
Cancel
Save