repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r609: Make it compile with xorg
[cinelerra_cv/mob.git]
/
quicktime
/
workarounds.h
blob
1360ed59e31ea1b956fae93bae523d57c58d0086
1
#ifndef WORKAROUNDS_H
2
#define WORKAROUNDS_H
3
4
// Work around gcc bugs by forcing external linkage
5
6
int64_t
quicktime_add
(
int64_t
a
,
int64_t
b
);
7
int64_t
quicktime_add3
(
int64_t
a
,
int64_t
b
,
int64_t
c
);
8
uint16_t
quicktime_copy
(
int
value
);
9
10
#endif