FLAC support:
- FLAC container input and output support - FLAC container analyser - FLAC codec support in EBML input and output
This commit is contained in:
parent
0f692233e8
commit
a7183aedc5
17 changed files with 948 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue