AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
141 stars 47 forks source link

Fix build error with libraw 0.20.0 #120

Closed jonchang closed 11 months ago

jonchang commented 4 years ago

https://github.com/Homebrew/homebrew-core/pull/58499

/tmp/rawtoaces-20200828-93437-1359dxi/rawtoaces-1.0/lib/rta.cpp:1455:54: error: no member named 'baseline_exposure' in 'libraw_colordata_t'
        _baseExpo = static_cast < double > ( R.color.baseline_exposure );
                                             ~~~~~~~ ^
sebastianelsner commented 3 years ago

+1 for the merge!