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

Unbreak build on FreeBSD #373

Merged
merged 1 commit into from Oct 8, 2019
Merged

Unbreak build on FreeBSD #373

merged 1 commit into from Oct 8, 2019

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Oct 8, 2019

Regressed by #350. See error log.

Transitional interfaces for large file support are deprecated on macOS and Linux/musl, never existed on any of BSDs.

../src/libvmaf/src/main.cpp:170:23: error: variable has incomplete type 'struct stat64'
        struct stat64 ref_stat;
                      ^
../src/libvmaf/src/main.cpp:170:16: note: forward declaration of 'stat64'
        struct stat64 ref_stat;
               ^
@li-zhi li-zhi merged commit 7e04231 into Netflix:master Oct 8, 2019
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.

None yet

2 participants