Changeset 1034 for trunk/core/main.c


Ignore:
Timestamp:
01/09/11 02:59:52 (2 years ago)
Author:
reyalP
Message:

Thanks to ultimaA, Lua and ubasic optional at compile time, from http://chdk.setepontos.com/index.php?topic=5793.msg59376#msg59376 with minor modifications: http://chdk.setepontos.com/index.php?topic=5793.msg59606#msg59606

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/main.c

    r1022 r1034  
    77#include "histogram.h" 
    88#include "raw.h" 
    9 #include "motion_detector.h" 
    109#ifdef OPT_EDGEOVERLAY 
    1110    #include "edgeoverlay.h" 
     
    145144    auto_started = 0; 
    146145 
     146#ifdef OPT_SCRIPTING 
    147147    if (conf.script_startup==1) script_autostart();    // remote autostart 
    148148    if (conf.script_startup==2) { 
     
    151151        script_autostart(); 
    152152    } 
     153#endif 
    153154 
    154155    while (1) { 
Note: See TracChangeset for help on using the changeset viewer.