Skip to content
Snippets Groups Projects
Commit 352db40f authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

#29564: fix video test_shm built

parent 3f25fc6d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ const char test_data[] = "abcdefghijklmnopqrstuvwxyz";
void sink_thread()
{
SHMSink sink("bob");;
sfl_video::SHMSink sink("bob");;
if (!sink.start())
return;
std::vector<unsigned char> test_vec(test_data, test_data + sizeof(test_data) / sizeof(test_data[0]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment