Changeset 1719 for trunk/core/main.c


Ignore:
Timestamp:
03/10/12 04:23:15 (15 months ago)
Author:
philmoz
Message:

Merged revision(s) 1712-1713 from branches/release-1_0:

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/core/main.c

    r1679 r1719  
    116116static int raw_need_postprocess; 
    117117static volatile int spytask_can_start; 
     118#ifdef CAM_HAS_GPS 
     119    extern void wegpunkt(); 
     120#endif 
    118121 
    119122void core_hook_task_create(void *tcb) 
     
    256259            hook_raw_save_complete(); 
    257260            raw_data_available = 0; 
     261#ifdef CAM_HAS_GPS 
     262            if( (int)conf.gps_waypoint_save == 1 ) wegpunkt(); 
     263#endif 
    258264            continue; 
    259265        } 
    260266 
    261267        if ((state_shooting_progress != SHOOTING_PROGRESS_PROCESSING) || recreview_hold) 
    262                 { 
     268        { 
    263269            if (((cnt++) & 3) == 0) 
    264270                gui_redraw(); 
    265                 } 
    266                  
     271        } 
     272 
    267273        if (state_shooting_progress != SHOOTING_PROGRESS_PROCESSING) 
    268274        { 
Note: See TracChangeset for help on using the changeset viewer.