From 71d3e717fbc609525f4cfb669a809ae58a16a2b3 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 14 Feb 2022 09:16:36 +0100 Subject: avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusion Forgotten in 965cfc6684e00bd7d21295554f325ff62ce6669a. Signed-off-by: Andreas Rheinhardt --- libavcodec/mpegvideo_xvmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec') diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c index f06583768c..f3ae9c4c0a 100644 --- a/libavcodec/mpegvideo_xvmc.c +++ b/libavcodec/mpegvideo_xvmc.c @@ -25,6 +25,7 @@ #include "avcodec.h" #include "mpegutils.h" #include "mpegvideo.h" +#include "mpegvideodec.h" #undef NDEBUG #include -- cgit v1.2.3