Skip to content
Commit 082914b0 authored by Michael Pyne's avatar Michael Pyne
Browse files

cmake: Remove needless checks for Taglib format support.

The recent commit 9a54d6e7 to use
FindTaglib from ECM breaks detection of Ogg Opus support in Taglib for
some reason. This causes crashes when playing Ogg Opus files because
their relevant Taglib::File subclass is not created from our MediaFiles
factory.

However the check is needless. Taglib support for ASF and MP4 files has
been standard since 2012 or so, and Ogg Opus support was made standard
around the same time frame. So rather than check for these as optional
features, just assume that supported versions of Taglib support these
formats.
parent 8956f56d
Pipeline #50842 canceled with stage
in 6 minutes and 11 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment