GitlHEVCAnalyzer icon indicating copy to clipboard operation
GitlHEVCAnalyzer copied to clipboard

not working on mac osx as you said :-(

Open omricarmi opened this issue 8 years ago • 4 comments

macOS Sierra 10.12.6 : : : ../../source/Lib/TLibCommon/TComMv.h:90:37: error: use of undeclared identifier 'abs' Int getAbsHor () const { return abs( m_iHor ); } ^ ../../source/Lib/TLibCommon/TComMv.h:91:37: error: use of undeclared identifier 'abs' Int getAbsVer () const { return abs( m_iVer ); } ^ : : : make[3]: *** [TComMotionInfo.o] Error 1 make[2]: *** [sub-HM-TLibCommon-pro-make_first-ordered] Error 2 make[1]: *** [sub-HM-5-2-build-HM_5-2-pro-make_first] Error 2 make: *** [sub-appgitlhevcdecoder-make_first-ordered] Error 2

omricarmi avatar Aug 28 '17 16:08 omricarmi

I have upload a pull request that solve it.

omricarmi avatar Aug 28 '17 17:08 omricarmi

@omricarmi thanks for the pull request! I was able to compile the GUI app, but it doesn't seem to work properly. It will either throw errors about not recognizing the bitstream or hang forever even on very short bitstreams.

chelsell avatar Mar 07 '18 03:03 chelsell