vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
