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

[PR #170] Make INLINE compatible with C99 #226

Draft
wants to merge 2 commits into
base: develop-pre-1.1.0
Choose a base branch
from

Commits on Mar 14, 2022

  1. make INLINE compatible with C99

    C99 has a different inline behaviour but provides the gnu_inline attribute to switch to the old behaviour.
    it it suggested to check __GNUC_STDC_INLINE__ if the new behaviour is active.
    RufUsul authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d0c4166 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge branch 'c99_inline' of github.com:RufUsul/amazon-kinesis-video-…

    …streams-pic-1 into RufUsul-pr-170
    niyatim23 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0574117 View commit details
    Browse the repository at this point in the history