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:
parent
70ab4566f3
commit
3b8ccd123b
3 changed files with 21 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue