Changeset 552 for trunk/core/raw.c


Ignore:
Timestamp:
11/06/08 16:27:11 (5 years ago)
Author:
phyrephox
Message:

maintenance: moved the optional stuff to the new buildconf.inc, for easier parsing and/or modifying (whim - maybe in your CHDK shell?) - see http://chdk.setepontos.com/index.php/topic,2509.msg23423.html#msg23423
now when you "undef" the stuff, the files will not be compiled/linked anymore (as they did with my previous committ, thus you didnt "save" as much binary space as projected)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/raw.c

    r551 r552  
    33#include "stdlib.h" 
    44#include "raw.h" 
    5 #if CURVES 
     5#ifdef CURVES 
    66        #include "curves.h" 
    77#endif 
     
    4141      close(fd); 
    4242      } 
    43 #if CURVES 
     43#ifdef CURVES 
    4444     if (conf.curve_enable) curve_apply(); 
    4545#endif 
     
    9898    } 
    9999 
    100 #if CURVES 
     100#ifdef CURVES 
    101101    if (conf.curve_enable) curve_apply(); 
    102102#endif 
Note: See TracChangeset for help on using the changeset viewer.