[vlc-commits] Dshow: include mta_holder file

Jean-Baptiste Kempf git at videolan.org
Mon May 28 00:50:16 CEST 2018


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 28 00:49:48 2018 +0200| [cea6af86d9a74951e92ef97ad091956fdd81b76f] | committer: Jean-Baptiste Kempf

Dshow: include mta_holder file

Close #20519

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cea6af86d9a74951e92ef97ad091956fdd81b76f
---

 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 6067e0f0d7..d9e0be12a8 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_CPPFLAGS = $(AM_CPPFLAGS) -DSTRSAFE_NO_DEPRECATE
 libdshow_plugin_la_LIBADD = $(LIBCOM) -loleaut32 -luuid -lstrmiids -lksuser
 if HAVE_WIN32_DESKTOP



More information about the vlc-commits mailing list