-
Notifications
You must be signed in to change notification settings - Fork 17
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
I can't compile on MinGW #22
Comments
If you wade through all the warnings, the error is that SIGHUP and SIGQUIT are not defined. Is it able to find signal.h? |
Yeah Also, there are other errors too
|
Strange that the include signal is here, but it's not knowing about SIGHUP and SIGQUIT. |
I face the same problem, have you solved it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you help?
I can't compile on MinGW.
I'm using MinGW64.
May be a problem with AVStream being deprecated.
The text was updated successfully, but these errors were encountered: