From 412899cb41b8395dba2f54f3e03d5b5ac8f0ef6b Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Kempf <jb@videolan.org>
Date: Mon, 28 May 2018 00:49:48 +0200
Subject: [PATCH] Dshow: include mta_holder file

Close #20519

(cherry picked from commit cea6af86d9a74951e92ef97ad091956fdd81b76f)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
---
 modules/access/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index be53051a2f92..c6d66ab06632 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -156,7 +156,7 @@ access_LTLIBRARIES += libv4l2_plugin.la
 endif
 
 libdshow_plugin_la_SOURCES = access/dshow/vlc_dshow.h access/dshow/dshow.cpp access/dshow/access.h \
-	access/dshow/filter.cpp access/dshow/filter.h access/dshow/crossbar.cpp
+	access/dshow/filter.cpp access/dshow/filter.h access/dshow/crossbar.cpp ../src/win32/mta_holder.h
 libdshow_plugin_la_LIBADD = $(LIBCOM) -loleaut32 -luuid -lstrmiids -lksuser
 if HAVE_WIN32_DESKTOP
 access_LTLIBRARIES += libdshow_plugin.la
-- 
GitLab