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

Doesn't compile, linux x86, gcc 4.7.1 #74

Open
alexkyu opened this issue Sep 26, 2018 · 0 comments
Open

Doesn't compile, linux x86, gcc 4.7.1 #74

alexkyu opened this issue Sep 26, 2018 · 0 comments

Comments

@alexkyu
Copy link

alexkyu commented Sep 26, 2018

Following main instructions, git checkout hevc_rext (default) branch:

cmake -DCMAKE_BUILD_TYPE=RELEASE ..

[ 64%] Building C object CMakeFiles/LibOpenHevcWrapper.dir/libavcodec/hevc_cabac.c.o
In file included from /tmp/tmpfs/openHEVC/libavcodec/hevc.h:59:0,
                 from /tmp/tmpfs/openHEVC/libavcodec/hevc_cabac.c:28:
/tmp/tmpfs/openHEVC/libavcodec/hevcdsp.h:60:113: warning: ‘struct SAOParams’ declared inside parameter list [enabled by default]
/tmp/tmpfs/openHEVC/libavcodec/hevcdsp.h:60:113: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
In file included from /tmp/tmpfs/openHEVC/libavcodec/hevc.h:59:0,
                 from /tmp/tmpfs/openHEVC/libavcodec/hevc_cabac.c:28:
/tmp/tmpfs/openHEVC/libavcodec/hevcdsp.h:62:116: warning: ‘struct SAOParams’ declared inside parameter list [enabled by default]
In file included from /tmp/tmpfs/openHEVC/libavcodec/cabac_functions.h:46:0,
                 from /tmp/tmpfs/openHEVC/libavcodec/hevc_cabac.c:27:
/tmp/tmpfs/openHEVC/libavcodec/cabac_functions.h: In function ‘get_cabac’:
/tmp/tmpfs/openHEVC/libavcodec/x86/cabac.h:192:5: error: can’t find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
/tmp/tmpfs/openHEVC/libavcodec/x86/cabac.h:185:5: error: ‘asm’ operand has impossible constraints
/tmp/tmpfs/openHEVC/libavcodec/x86/cabac.h:192:5: error: ‘asm’ operand has impossible constraints
make[2]: *** [CMakeFiles/LibOpenHevcWrapper.dir/libavcodec/hevc_cabac.c.o] Error 1
make[1]: *** [CMakeFiles/LibOpenHevcWrapper.dir/all] Error 2
make: *** [all] Error 2

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

1 participant