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

Fails to build with gcc 4.9.1 (commit 6f5d0134fd3c2322da23b53f8f770eda9f2700f9) #3

Closed
4re opened this issue Oct 9, 2014 · 0 comments

Comments

@4re
Copy link

4re commented Oct 9, 2014

Commit 6f5d013 makes gcc versión 4.9.1 abort with the following error:

src/MVAnalyse.cpp: In function 'const VSFrameRef* mvanalyseGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, const VSAPI*)':
src/MVAnalyse.cpp:238:311: error: 'struct MVAnalyseData' has no member named 'coarseSearchType'
  d->nPelSearch, d->nLambda, d->lsad, d->pnew, d->plevel, d->global, d->analysisData.nFlags, reinterpret_cast<int*>(pDst), NULL, fieldShift, DCTc, d->pzero, d->pglobal, d->badSAD, d->badrange, d->meander, NULL, d->tryMany, d->coarseSearchType);

EDIT: Also clang version 3.5.0 throws the same error.

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

1 participant