[vlc-devel] [PATCH 06/12] mft: Provide the library that contains some of the uuids we're using

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Oct 23 12:17:46 CEST 2014


---
 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
 
-- 
2.1.1




More information about the vlc-devel mailing list