Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / cinelerra.h
blobb87f9bd618484816b37dbf30fae4969831b31f9e
1 #ifndef CINELERRA_H
2 #define CINELERRA_H
4 #include "config.h"
5 #include "nobug.h"
7 /* TODO: undef NoBug macros which collide with cinelerra macros for now
8 later the cinelerra macros should be fixed replaced with their NoBug
9 counterparts, this requires support from NoBug for application defined
10 logging which I already planned and will be implemented soon
12 #undef TRACE
13 #undef ERROR
14 #undef WARN
16 #endif /* CINELERRA_H */
18 // Local Variables:
19 // mode: C++
20 // c-file-style: "linux"
21 // End: