[x265] Compilation failed w/ the "DETAILED_CU_STATS" settings enabled
Steve Borho
steve at borho.org
Mon May 11 15:16:39 CEST 2015
On 05/11, kurtnoise at free.fr wrote:
> Hi all,
>
> Since few commits, the compilation of x265 fails using the "DETAILED_CU_STATS" settings enabled...
>
> This is what I got during the compilation :
>
> c:/multicoreware-x265-3700169eb622/source/encoder/slicet
> ype.cpp: In member function 'virtual void x265::PreLookaheadGroup::processTasks(
> int)':
> c:/multicoreware-x265-3700169eb622/source/encoder/slicet
> ype.cpp:790:30: error: 'm_preLookaheadElapsedTime' was not declared in this scop
> e
> ProfileLookaheadTime(m_preLookaheadElapsedTime, m_countPreLookahead);
> ^
> c:/multicoreware-x265-3700169eb622/source/encoder/slicet
> ype.cpp:38:71: note: in definition of macro 'ProfileLookaheadTime'
> #define ProfileLookaheadTime(elapsed, count) ScopedElapsedTime _scope(elapsed);
> count++
> ^
> c:/multicoreware-x265-3700169eb622/source/encoder/slicet
> ype.cpp:790:57: error: 'm_countPreLookahead' was not declared in this scope
> ProfileLookaheadTime(m_preLookaheadElapsedTime, m_countPreLookahead);
> ^
> c:/multicoreware-x265-3700169eb622/source/encoder/slicet
> ype.cpp:38:81: note: in definition of macro 'ProfileLookaheadTime'
> #define ProfileLookaheadTime(elapsed, count) ScopedElapsedTime _scope(elapsed);
> count++
>
> ^
> make[2]: *** [encoder/CMakeFiles/encoder.dir/slicetype.cpp.obj] Error 1
> make[1]: *** [encoder/CMakeFiles/encoder.dir/all] Error 2
> make: *** [all] Error 2
Thanks, fix queued
--
Steve Borho
More information about the x265-devel
mailing list