Skip to content
Snippets Groups Projects

openexr: Fix build with OpenEXR 3

Closed Jan Alexander Steffens requested to merge heftig/gst-plugins-bad:openexr-3 into master

Add missing include to fix build errors:

../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp: At global scope:
../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:45:11: error: ‘Int64’ does not name a type
   45 |   virtual Int64 tellg ();

et cetera.

The header file is also present in OpenEXR 2 so should not cause issues, but I did not test this explicitly.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading