framestream2 (with rigtorp/SPSCQueue)

This commit is contained in:
2024-04-25 14:13:51 +02:00
parent 1d0a4cafe2
commit bedf0b02bc
8 changed files with 630 additions and 3 deletions

View File

@@ -104,9 +104,14 @@ 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.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
)
if (TOMATO_TOX_AV)