]> git.sesse.net Git - nageru/blobdiff - nageru/cef_capture.cpp
Fix a missing #include in the CEF code.
[nageru] / nageru / cef_capture.cpp
index 8837488f5795b4605ac028d32db295ba7d1b0817..fcd91a73ffb13fb858706ceb11f83acfd94a4589 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "cef_capture.h"
 #include "nageru_cef_app.h"
+#include "nageru/defs.h"
 
 #undef CHECK
 #include <cef_app.h>
@@ -165,8 +166,6 @@ void CEFCapture::OnLoadEnd()
        });
 }
 
-#define FRAME_SIZE (8 << 20)  // 8 MB.
-
 void CEFCapture::configure_card()
 {
        if (video_frame_allocator == nullptr) {