frame refactoring, add audio frame and sdl default device input

This commit is contained in:
2024-05-02 12:10:31 +02:00
parent 165e80c456
commit b3e5e4c950
7 changed files with 210 additions and 11 deletions

View File

@@ -104,14 +104,12 @@ target_sources(tomato PUBLIC
./chat_gui4.cpp
./content/content.hpp
#./content/stream_reader.hpp
#./content/stream_reader_sdl_audio.hpp
#./content/stream_reader_sdl_audio.cpp
#./content/stream_reader_sdl_video.hpp
#./content/stream_reader_sdl_video.cpp
./content/frame_stream2.hpp
./content/sdl_video_frame_stream2.hpp
./content/sdl_video_frame_stream2.cpp
./content/audio_stream.hpp
./content/sdl_audio_frame_stream2.hpp
./content/sdl_audio_frame_stream2.cpp
)
if (TOMATO_TOX_AV)