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

mp4streamer.cc fails to compile on Linux #70

Closed
maxhawkins opened this issue Apr 30, 2019 · 1 comment
Closed

mp4streamer.cc fails to compile on Linux #70

maxhawkins opened this issue Apr 30, 2019 · 1 comment

Comments

@maxhawkins
Copy link

../media-server/src/mp4streamer.cpp:831:6: error: 'u_int32_t' was not declared in this scope
     (u_int32_t *) &dataLen,  // u_int32_t* pNumBytes

Looks like it uses non-standard u_int32_t instead of uint32_t. My compiler (gcc 8.3.0, Alpine) throws an error.

murillo128 added a commit that referenced this issue Apr 30, 2019
@murillo128
Copy link
Member

Thank you for spotting this!

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

No branches or pull requests

2 participants