r1026: Videoscope layout tweaks.
[cinelerra_cv/ct.git] / cinelerra / preferences.inc
blob32489591dfb6eb00d8035d2ad2839f57cf809dbd
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