We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi !
when trying to compile libopus-1.3.1 (dependency for mpv), I get the following error:
make build-wip opus (...) make[1]: Entering directory '/berrymuch/work/opus-1.3.1' make[2]: Entering directory '/berrymuch/work/opus-1.3.1' CC celt/arm/armcpu.lo celt/arm/armcpu.c:153:3: error: #error "Configured to use ARM asm but no CPU detection method available for " "your platform. Reconfigure with --disable-rtcd (or send patches)." celt/arm/armcpu.c: In function 'opus_select_arch': celt/arm/armcpu.c:159:3: warning: implicit declaration of function 'opus_cpu_capabilities' [-Wimplicit-function-declaration] celt/arm/armcpu.c:159:3: warning: nested extern declaration of 'opus_cpu_capabilities' [-Wnested-externs] Makefile:2546: recipe for target 'celt/arm/armcpu.lo' failed make[2]: *** [celt/arm/armcpu.lo] Error 1 make[2]: Leaving directory '/berrymuch/work/opus-1.3.1' Makefile:2646: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/berrymuch/work/opus-1.3.1' Makefile:1615: recipe for target 'all' failed make: *** [all] Error 2 make: *** [Makefile:8: build-wip.opus] Error 2
Any suggestion / help welcome to fix this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
when trying to compile libopus-1.3.1 (dependency for mpv), I get the following error:
Any suggestion / help welcome to fix this ?
The text was updated successfully, but these errors were encountered: