r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / mwindow.inc
blob922ca492411f5591cd3d27f9457b613b54c11107
1 #ifndef MWINDOW_INC
2 #define MWINDOW_INC
4 #define PROGRAM_NAME "Cinelerra"
5 #define CINELERRA_VERSION "2.1CV"
6 #define DEFAULT_THEME "S.U.V."
7 #define CONFIG_FILE "Cinelerra_rc"
9 // What to call silence in the EDL
10 #define SILENCE "SILENCE"
12 // Behavior of region selections
13 #define SELECTION_SAMPLES 0
14 #define SELECTION_EDIT 1
16 class MWindow;
18 #endif