repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
preferences.inc
blob
ced1dcc0731d0962f2705ce1ff915faded60dbd2
1
#ifndef PREFERENCES_INC
2
#define PREFERENCES_INC
3
4
// Run-time configuration directory
5
#define BCASTDIR "~/.bcast/"
6
#define BACKUP_PATH BCASTDIR "backup.xml"
7
#define DEAMON_PORT 400
8
9
class Preferences;
10
class PlaybackConfig;
11
class AudioOutConfig;
12
class VideoOutConfig;
13
class AudioInConfig;
14
class VideoInConfig;
15
16
#endif
17
/*
18
// Local Variables:
19
// mode: C++
20
// c-file-style: "linux"
21
// End:
22
*/