Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indi-3rdparty/indi-gphoto/gphoto_driver.cpp incompatibility with LibRaw 0.20.2 #1517

Closed
jmocenigo opened this issue Jul 24, 2021 · 3 comments

Comments

@jmocenigo
Copy link
Contributor

LibRaw 0.20.2 changed the location of CameraTemperature and SensorTemperature from imgdata.other to imgdata.makernotes.common. The four references to "other" in gphoto_driver.cpp need to be changed (or conditionally handled via changes to LIBRAW_CAMERA/SENSOR_TEMPERATURE defines) to "makernotes.common" to allow compilation with LibRaw 0.20.2 and later

@knro
Copy link
Contributor

knro commented Jul 24, 2021

Thanks, can you please submit a PR to fix this?

@jmocenigo
Copy link
Contributor Author

jmocenigo commented Jul 24, 2021 via email

@jmocenigo
Copy link
Contributor Author

jmocenigo commented Jul 24, 2021 via email

@knro knro closed this as completed Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants