FLAC support:

- FLAC container input and output support
- FLAC container analyser
- FLAC codec support in EBML input and output
This commit is contained in:
Ramkoemar 2022-10-06 15:08:28 +02:00 committed by Thulinma
parent 0f692233e8
commit a7183aedc5
17 changed files with 948 additions and 1 deletions

View file

@ -57,6 +57,7 @@ headers = [
'websocket.h',
'url.h',
'urireader.h',
'flac.h',
]
if have_srt
@ -123,6 +124,7 @@ libmist = library('mist',
'url.cpp',
'urireader.cpp',
'websocket.cpp',
'flac.cpp',
extra_code,
include_directories: incroot,
dependencies: mist_deps,