GithubHelp home page GithubHelp logo

Comments (10)

davidlt avatar davidlt commented on June 1, 2024 1

I think, this is a small bug in CMake file. It does not use LDFLAGS / set library directory for fdk-acc:

  3 libdir=/usr/lib64/fdk-aac                                                       
  4 includedir=/usr/include   
[..]
  9 Libs: -L${libdir} -lfdk-aac                                                     
 10 Libs.private: -lm                                                                                                                                                                                                               
 11 Cflags: -I${includedir}  

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on June 1, 2024

Switching to fdk-aac-free solves the problem, though. Found it dug deep in the repos.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on June 1, 2024

Is there possible has a ldconfig cache issue?

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on June 1, 2024

It fails in cleanly installed mock environments and on my computer, too.

from pulseaudio-modules-bt.

davidlt avatar davidlt commented on June 1, 2024

https://koji.fedoraproject.org/koji/buildinfo?buildID=1186469

This is installed in standard system location (/usr/lib64), but fdk-aac is not (/usr/lib64/fdk-aac).

You need one line fix in CMake to use directory during linking provided from pkg-config. Then it will work for both.

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on June 1, 2024

See this:

rpmfusion fdk-aac had to be altered to avoid collision with the fedora package, see
https://pkgs.rpmfusion.org/cgit/nonfree/fdk-aac.git/tree/fdk-aac.spec#n36
The non-standard path will cause issues if your package doesn't use pkconfig

I'll use fdk-aac-free from now on but of course if you can fix this later, it's better.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on June 1, 2024

Hey, I just pushed some changes (f584da9) to branch ld-fix; Could you plz verify it?

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on June 1, 2024

Just to notice that I would bump version to v1.1.99 which contains commits (mostly fixes) after v1.1.

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on June 1, 2024

Confirmed, works fine with fdk-aac 2.0. In Fedora we'll use fdk-aac-free which is still the old version, so it's not urgent to push a new version, but this is useful for the future.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on June 1, 2024

Confirmed, works fine with fdk-aac 2.0. In Fedora we'll use fdk-aac-free which is still the old version, so it's not urgent to push a new version, but this is useful for the future.

Yep, It's just a version contains fixes for several tiny misses in v1.1

from pulseaudio-modules-bt.

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.