Page 1 of 1

What's OPUS?

Posted: Mon Dec 09, 2013 2:08 am UTC
by JOURNEYMAN

I tried to compile but I get the following error. I checked the OpenSuSE package management and there is libopus already installed but I still get the error message. This is OpenSuSE 12.3 64bit on a desktop. My laptop is temporarily dead from botched upgrade attempt.

CMake Error at
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find Opus (missing: OPUS_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291
(_FPHSA_FAILURE_MESSAGE)
cmake/FindOpus.cmake:73 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:1111 (find_package)


Re: What's OPUS?

Posted: Mon Dec 09, 2013 11:21 am UTC
by Amanieu

You need to install libopusfile as well.


Re: What's OPUS?

Posted: Tue Dec 10, 2013 2:37 am UTC
by JOURNEYMAN

I have libopus, libopus-devel, and libopus-devel-static installed. Is there any other opus library that needs to be installed?


Re: What's OPUS?

Posted: Tue Dec 10, 2013 6:56 am UTC
by Ishq

libopusfile and the corressponding dev package.


Re: What's OPUS?

Posted: Wed Dec 11, 2013 2:25 am UTC
by JOURNEYMAN

Oh, I see. I didn't realize libopusfile is the actual name of the library. I'll try again after installing those libraries.