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

not working on mac osx as you said :-( #16

Open
omricarmi opened this issue Aug 28, 2017 · 4 comments
Open

not working on mac osx as you said :-( #16

omricarmi opened this issue Aug 28, 2017 · 4 comments

Comments

@omricarmi
Copy link

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
Copy link
Author

I have upload a pull request that solve it.

@chelsell
Copy link

chelsell commented Mar 7, 2018

@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.

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

4 participants
@omricarmi @chelsell and others