Skip to content

Fix: Build FFmpeg as a dynamic library to link with Essentia#1505

Open
xaviliz wants to merge 1 commit intoMTG:masterfrom
xaviliz:fix/ffmpeg-with-vamp
Open

Fix: Build FFmpeg as a dynamic library to link with Essentia#1505
xaviliz wants to merge 1 commit intoMTG:masterfrom
xaviliz:fix/ffmpeg-with-vamp

Conversation

@xaviliz
Copy link
Copy Markdown
Contributor

@xaviliz xaviliz commented Mar 9, 2026

Fix: Build FFmpeg as a dynamic library to link with Essentia

Build FFmpeg as a dynamic library and fix errors when Essentia builds with --with-vamp option.

Details

  • Modify FFmpeg flags in packaging/debian_3rdparty/build_ffmpeg.sh

Solution

  • Removes --disable-shared and --enable-static options.
  • Add --disable-static and --enable-shared options.

Testing

  • Tested in Alma Linux8 Docker image.
  • Essentia builds successfully.
  • libvamp_essentia.so builds successfully.
  • TensorflowPredict units tests are passed using MonoLoader.

Closes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Building Essentia with vamp option

1 participant