build: SG-42175: Update AJA SDK version to 17.6.0#1192
Open
eloisebrosseau wants to merge 4 commits intoAcademySoftwareFoundation:mainfrom
Open
build: SG-42175: Update AJA SDK version to 17.6.0#1192eloisebrosseau wants to merge 4 commits intoAcademySoftwareFoundation:mainfrom
eloisebrosseau wants to merge 4 commits intoAcademySoftwareFoundation:mainfrom
Conversation
cedrik-fuoco-adsk
approved these changes
Mar 6, 2026
78798be to
6d4ca08
Compare
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
6d4ca08 to
9e20e2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build: SG-42175: Update AJA SDK version to 17.6.0
Linked issues
Fixes #1110
Summarize your change.
Update the SDK version to the newest available (i.e. 17.6.0). Note that we need
17.6.0.hotfix1otherwise the build fail with a missing header file from AJA.DAJANTV2_DISABLE_PLUGIN_LOADwas also added to the configure options since we don't actually needmbedtlswith our usage of the AJA SDK. Same thing forDAJANTV2_DISABLE_DRIVERthat was unnecessary building the AJA drivers as part of the RV build on Linux. Moreover, since the AJA library name on Windows now matches the naming convention on macOS and Linux, we don't need to specially set it toajantv2_vs143_MTanymore.Describe the reason for the change.
There is a new version of the AJA SDK. No changes were needed outside of the build files as this was mainly a maintenance release.
Describe what you have tested and on which operating system.
Enabling presentation mode with the Io 4K Plus and the Kona 5 card was tested on macOS.