olegantonyan / mpz

Music player for big local collections
https://mpz-player.org/
Other
85 stars 2 forks source link

Ability to build with system libs #126

Closed Vascom closed 2 years ago

Vascom commented 3 years ago

Please add ability to build with system libs at least taglib and yaml-cpp.

olegantonyan commented 3 years ago

This will eventually happen when I figure out how to use ffmpeg or libvlc or gstreamer directly instead of QtMultimedia. Atm I'm not even sure if I want to keep taglib or switch to something else.

olegantonyan commented 2 years ago

It's now possible https://github.com/olegantonyan/mpz#from-sources= via DEFINES+=USE_SYSTEM_TAGLIB and/or DEFINES+=USE_SYSTEM_YAMLCPP qmake arguments (tested on openSUSE and Arch)