Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis
Commits
4419f6b5
Commit
4419f6b5
authored
Nov 08, 2000
by
Jack Moffitt
Browse files
forgot one thing
svn path=/trunk/vorbis/; revision=1040
parent
1db27208
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/os.h
View file @
4419f6b5
...
...
@@ -14,7 +14,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: os.h,v 1.1
5
2000/11/08 22:
38
:5
7
jack Exp $
last mod: $Id: os.h,v 1.1
6
2000/11/08 22:
45
:5
8
jack Exp $
********************************************************************/
...
...
@@ -99,6 +99,8 @@ static inline int vorbis_ftoi(double f){ /* yes, double! Otherwise,
#else
/* this is for beos */
typedef
int
vorbis_fpu_control
;
static
int
vorbis_ftoi
(
double
f
){
return
(
int
)(
f
+
.
5
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment