From 7180416084cd9074e67a039992b43e5dc282fb81 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 31 Aug 2022 16:24:22 +0200 Subject: [PATCH] lavf/sdp: Add missing version.h include Fixes lavf version output in SDP, regression since 4eb9232c --- libavformat/sdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 99a19852ff..6888936290 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -33,6 +33,7 @@ #include "avc.h" #include "hevc.h" #include "rtp.h" +#include "version.h" #if CONFIG_NETWORK #include "network.h" #endif