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

EHN: Visual studio 2015 build error fixing #62

Open
wants to merge 1 commit into
base: hevc_rext
Choose a base branch
from

Conversation

leochan2009
Copy link

  1. snprintf and vsnprinft definition removed from cmake file. 2.
    use av_always_inline, instead of attribute(always_inline) inline.
  2. Functions that have declaration but without definition are filled with
    empty implemenation now.

1. snprintf and vsnprinft definition removed from cmake file. 2.
use av_always_inline, instead of attribute(always_inline) inline.
3. Functions that have declaration but without definition are filled with
empty implemenation now.
@leochan2009
Copy link
Author

definition of snprintf, vsnprinft, inline, restrict is causing compile error in Visual studio 2015.
It might be needed for other environment, which i am not sure

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

Successfully merging this pull request may close these issues.

1 participant