dubhater / vapoursynth-mvtools

Motion compensation and stuff
181 stars 27 forks source link

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

Closed 4re closed 9 years ago

4re commented 9 years ago

Commit 6f5d0134fd3c2322da23b53f8f770eda9f2700f9 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.