Giter VIP home page Giter VIP logo

Comments (5)

rillian avatar rillian commented on July 1, 2024

As with #114, the so version is different from the package version. If you're seeing 0.8.0 in response to an opus >= 1.1' configure check, it's finding an incorrectly-configured build of the opus library. That was never a released package version number.

On my machine:

$ cd opus
$ git checkout v1.3.1
$ ./autogen.sh
[...]
$ ./configure
[...]
$ fgrep Version opus.pc
Version: 1.3.1

Make sure the opus.pc or opus-uninstalled.ps your libopusenc build is using has the expected package version number.

from opus.

jwpleow avatar jwpleow commented on July 1, 2024

Ah, I installed opus via cmake rather than the autogen.

from opus.

rillian avatar rillian commented on July 1, 2024

Aha. Yes, it looks like the cmake build is broken in the 1.3.1 release. It's using opus_library_version (the soname) where it should be using opus_package_version.

@xnorpx are you able to take a look?

from opus.

rillian avatar rillian commented on July 1, 2024

In fact this is fixed by 6d29f51 on the main branch. So this is on us for not having made a release with the cmake fixes since v1.3.1. Sorry for the hassle!

from opus.

jwpleow avatar jwpleow commented on July 1, 2024

Oh I see. Thanks for the help!

from opus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.