Changeset 1034 for trunk/core/main.c
- Timestamp:
- 01/09/11 02:59:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/core/main.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/main.c
r1022 r1034 7 7 #include "histogram.h" 8 8 #include "raw.h" 9 #include "motion_detector.h"10 9 #ifdef OPT_EDGEOVERLAY 11 10 #include "edgeoverlay.h" … … 145 144 auto_started = 0; 146 145 146 #ifdef OPT_SCRIPTING 147 147 if (conf.script_startup==1) script_autostart(); // remote autostart 148 148 if (conf.script_startup==2) { … … 151 151 script_autostart(); 152 152 } 153 #endif 153 154 154 155 while (1) {
Note: See TracChangeset
for help on using the changeset viewer.