From 3c5514480c93f498dfb29b513bef51fb858e4101 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 29 Sep 2025 10:07:08 +0200 Subject: [PATCH] Remove use of libavcodec/defs.h (fix compile on old ffmpeg) --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6e11d25..8be4591 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,6 @@ extern "C" { extern "C" { #include #include -#include #include #include #include