Coder Social home page Coder Social logo

Comments (4)

Fernthedev avatar Fernthedev commented on July 20, 2024 2

Everything seems to be in order, I'll be closing the issue now. Good day and hope this helps anyone else compiling on Ubuntu :)

from ffmpeg-kit.

Fernthedev avatar Fernthedev commented on July 20, 2024

This issue was fixed by installing meson using pip3 instead of apt. It seems that the Ubuntu packages use meson 0.53 while the latest is 0.58. Updating using pip3 fixed the issue, highly recommend to add to the common troubleshooting wiki :)

I'll keep this open just so it can be noticed, feel free to close after.

from ffmpeg-kit.

tanersener avatar tanersener commented on July 20, 2024

Thanks, added an entry about this case in Troubleshooting.

from ffmpeg-kit.

wagcampbell avatar wagcampbell commented on July 20, 2024

Just wanted to mention that I was seeing this same issue with v0.53. This post was super helpful in getting passed the initial issue I found. However, I tried building this with meson v0.55.3, and it was not picking up the built-in options from the cross file:

[built-in options]
default_library = 'static'
prefix = '${LIB_INSTALL_PREFIX}'

The resulting meson-private/dav1d.pc file had a default prefix (i.e. /usr/local)
Also, the library was built shared instead of static.

After upgrading meson to v0.58.1, this issue went away. My guess is that this cross file is using a feature that was introduced at some point between v0.55.3 and v0.58.1. Unfortunately, I'm not familiar enough with meson to know what this might be.

from ffmpeg-kit.

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.