Fix building without ffmpeg

This commit is contained in:
Milan Nikolic
2025-05-26 11:40:08 +02:00
parent 9bcbea745f
commit 1c6a420cb4
+1 -1
View File
@@ -283,8 +283,8 @@ void *v4l_loop(void *data) {
return nullptr;
}
}
return nullptr;
#endif //USE_FFMPEG
return nullptr;
}
int __v4l_startCapture(int ideal_width, int ideal_height) {