vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Oct 21 17:38:39 2014 +0200| [991286613d288474b1a3fba98c7892aa8127c4b9] | committer: Hugo Beauzée-Luyssen
mft: Provide the library that contains some of the uuids we're using > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=991286613d288474b1a3fba98c7892aa8127c4b9 --- 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 48d8a7d..0dc451d 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 +libmft_plugin_la_LIBADD = -lole32 -luuid -lmfuuid codec_LTLIBRARIES += libmft_plugin.la endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
