1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:57:35 +00:00

LibAudio: Compute and verify FLAC frame header checksums

This is currently not a failure condition, but we will print out a
message to the console informing the user of a potential corrupted file.
This commit is contained in:
kleines Filmröllchen 2023-05-18 16:01:12 +02:00 committed by Jelle Raaijmakers
parent 70ab4566f3
commit 3b8ccd123b
3 changed files with 21 additions and 7 deletions

View file

@ -22,4 +22,4 @@ if (SERENITYOS)
endif()
serenity_lib(LibAudio audio)
target_link_libraries(LibAudio PRIVATE LibCore LibIPC LibThreading LibUnicode)
target_link_libraries(LibAudio PRIVATE LibCore LibIPC LibThreading LibUnicode LibCrypto)