From 460320e57786ec9a708ac7ba4191b15a305f9394 Mon Sep 17 00:00:00 2001 From: mio Date: Thu, 26 Sep 2024 21:42:32 +1000 Subject: Replace custom MP4 metadata parser with TagLib TagLib supports MP4 metadata since version 1.6 (2009). The custom parser code caused problems because there was a mismatch between the definition of TagLib::Tag and TagLib::MP4::Tag, and the implementation of the custom TagLib::MP4::Tag. This requires TagLib 1.11 and above. Resolves: TDE/tdemultimedia#82 Signed-off-by: mio --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 238bbfd7..83acb904 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,6 @@ option( WITH_NJB "Enable Nomad Jukebox support" option( WITH_MTP "Enable MTP devices support" ${WITH_ALL_OPTIONS} ) option( WITH_IFP "Enable iRiver iFP Support" ${WITH_ALL_OPTIONS} ) option( WITH_IPOD "Enable iPod support from libgpod" ${WITH_ALL_OPTIONS} ) -option( WITH_MP4V2 "Enable MP4/AAC Tag Write Support from mp4v2" ${WITH_ALL_OPTIONS} ) option( WITH_DAAP "Enable DAAP Music Sharing Support" ${WITH_ALL_OPTIONS} ) option( WITH_EMBEDDED_SQLITE "Build with embedded Sqlite" OFF ) option( WITH_SYSTEM_SQLITE "Build with system Sqlite" ${WITH_ALL_OPTIONS} ) -- cgit v1.2.1