Fix log instance mismatch

This commit is contained in:
dijunkun
2024-07-17 14:45:30 +08:00
parent 9702805331
commit d0cd2fe9ab
15 changed files with 32 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
#endif
#endif
#include "log.h"
#include "rd_log.h"
#include "render.h"
int main(int argc, char *argv[]) {

View File

@@ -24,8 +24,8 @@
#include "imgui.h"
#include "imgui_impl_sdl2.h"
#include "imgui_impl_sdlrenderer2.h"
#include "log.h"
#include "platform.h"
#include "rd_log.h"
#include "screen_capturer_factory.h"
#define NV12_BUFFER_SIZE 1280 * 720 * 3 / 2