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
r632: Boost up the requirement for mjpegtools to 1.6.3
[cinelerra_cv/mob.git]
/
cinelerra
/
preferences.inc
blob
32489591dfb6eb00d8035d2ad2839f57cf809dbd
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