]> git.sesse.net Git - nageru/blobdiff - nageru/main.cpp
Fix a Clang 19 warning.
[nageru] / nageru / main.cpp
index 9b26426fb0a9e2e81111d9f62260df95b791b500..f8b5395f4f9ffceb4cce3a9c65184309b7dfcfe9 100644 (file)
@@ -1,5 +1,6 @@
 extern "C" {
-#include <libavformat/avformat.h>
+#include <libavformat/version.h>
+#include <libavutil/version.h>
 }
 #include <stdbool.h>
 #include <stdio.h>
@@ -15,9 +16,6 @@ extern "C" {
 
 #ifdef HAVE_CEF
 #include <cef_app.h>
-#include <cef_browser.h>
-#include <cef_client.h>
-#include <cef_version.h>
 #endif
 
 #ifdef HAVE_SRT
@@ -30,7 +28,6 @@ extern "C" {
 #endif
 #include "shared/context.h"
 #include "flags.h"
-#include "image_input.h"
 #include "mainwindow.h"
 #include "mixer.h"
 #include "quicksync_encoder.h"