Skip to content

Fix build error caused by broken taglib include

Alois Wohlschlager requested to merge aloisw/ffmpegthumbs:fixbuild into master

When taglib is built using kdesrc-build, compilation of ffmpegthumbs fails because the include taglib/mp4file.h cannot be found because this path is not correct. The build happens to work with a system-wide taglib installation because the wrong path ends up including the right file when resolving from /usr/include.

Merge request reports