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
r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git]
/
hvirtual
/
quicktime
/
workarounds.h
blob
9a87a65cc30f0087f430f380b2c5f427460d8ad7
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
9
#endif