mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 08:18:21 -05:00
add flac decoding to correctly add flac sounds to sound banks
This commit is contained in:
@ -15,6 +15,7 @@ function ObjCommon:link(links)
|
||||
links:linkto(Utils)
|
||||
links:linkto(Common)
|
||||
links:linkto(minizip)
|
||||
links:linkto(flac)
|
||||
end
|
||||
|
||||
function ObjCommon:use()
|
||||
@ -48,4 +49,5 @@ function ObjCommon:project()
|
||||
|
||||
self:include(includes)
|
||||
Utils:include(includes)
|
||||
flac:include(includes)
|
||||
end
|
||||
|
Reference in New Issue
Block a user