Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 887421 | Differences between
and this patch

Collapse All | Expand All

(-)a/operations/external/raw-load.c (+4 lines)
Lines 114-120 prepare (GeglOperation *operation) Link Here
114
        g_warning ("raw-load: Error Initializing raw library");
114
        g_warning ("raw-load: Error Initializing raw library");
115
      else
115
      else
116
        {
116
        {
117
#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21)
118
          p->LibRaw->rawparams.shot_select = o->image_num;
119
#else
117
          p->LibRaw->params.shot_select = o->image_num;
120
          p->LibRaw->params.shot_select = o->image_num;
121
#endif
118
    
122
    
119
          p->LibRaw->params.aber[0] = 1.0;
123
          p->LibRaw->params.aber[0] = 1.0;
120
          p->LibRaw->params.aber[2] = 1.0;
124
          p->LibRaw->params.aber[2] = 1.0;

Return to bug 887421