vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri Nov 21 14:24:31 2014 +0100| [8a11a8605d8878e53f614fb84c9744a0e57ef06f] | committer: Hugo Beauzée-Luyssen
mft: Link to mfplat when building with msvc > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a11a8605d8878e53f614fb84c9744a0e57ef06f --- modules/codec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am index 0dc451d..9a7a897 100644 --- a/modules/codec/Makefile.am +++ b/modules/codec/Makefile.am @@ -477,7 +477,7 @@ endif libmft_plugin_la_SOURCES = codec/mft.c codec/h264_nal.c codec/h264_nal.h if HAVE_WIN32 -libmft_plugin_la_LIBADD = -lole32 -luuid -lmfuuid +libmft_plugin_la_LIBADD = -lole32 -luuid -lmfuuid -lmfplat codec_LTLIBRARIES += libmft_plugin.la endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
