Merge branch 'master' of git://git.pipapo.org/cinelerra/svn into ct
[cinelerra_cv/ct.git] / cinelerra / preferences.inc
blobced1dcc0731d0962f2705ce1ff915faded60dbd2
1 #ifndef PREFERENCES_INC
2 #define PREFERENCES_INC
4 // Run-time configuration directory
5 #define BCASTDIR "~/.bcast/"
6 #define BACKUP_PATH BCASTDIR "backup.xml"
7 #define DEAMON_PORT 400
9 class Preferences;
10 class PlaybackConfig;
11 class AudioOutConfig;
12 class VideoOutConfig;
13 class AudioInConfig;
14 class VideoInConfig;
16 #endif
18 //      Local Variables:
19 //      mode: C++
20 //      c-file-style: "linux"
21 //      End: