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

[API] Fixed #ifdef ENABLE_AEAD_API_PREVIEW #2603

Conversation

maxsharabayko
Copy link
Collaborator

The CMakeLists.txt defines an empty ENABLE_AEAD_API_PREVIEW.

add_definitions(-DENABLE_AEAD_API_PREVIEW)

Therefore the srt.h should check whether ENABLE_AEAD_API_PREVIEW is defined, not the value.

SRT v1.5.2-rc.0.

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [API] Area: Changes in SRT library API labels Jan 6, 2023
@maxsharabayko maxsharabayko added this to the v1.5.2 milestone Jan 6, 2023
@maxsharabayko maxsharabayko merged commit 41c4b1f into Haivision:master Jan 9, 2023
@maxsharabayko maxsharabayko deleted the hotfix/if-ENABLE_AEAD_API_PREVIEW branch January 9, 2023 09:26
@maxsharabayko maxsharabayko changed the title [API] Fixed #if ENABLE_AEAD_API_PREVIEW [API] Fixed #ifdef ENABLE_AEAD_API_PREVIEW Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[API] Area: Changes in SRT library API Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant