not working on mac osx as you said :-(
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
I have upload a pull request that solve it.
@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.