mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
define PA_xxxSEC_PER_yyySEC for usec, too
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2268 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1f0a52dad1
commit
c9d01592d4
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ PA_C_DECL_BEGIN
|
|||
#define PA_USEC_PER_SEC 1000000
|
||||
#define PA_NSEC_PER_SEC 1000000000
|
||||
#define PA_USEC_PER_MSEC 1000
|
||||
#define PA_NSEC_PER_MSEC 1000000
|
||||
#define PA_NSEC_PER_USEC 1000
|
||||
|
||||
struct timeval;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue