audio_core: Add initial code for keeping track of audout state.
This commit is contained in:
parent
0191a1e526
commit
ab756fd068
8 changed files with 336 additions and 1 deletions
|
@ -3,6 +3,7 @@ include_directories(.)
|
|||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(audio_core)
|
||||
add_subdirectory(video_core)
|
||||
add_subdirectory(input_common)
|
||||
add_subdirectory(tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue