mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix building without ffmpeg
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user