[vlc-commits] mft: Provide the library that contains some of the	uuids we're using
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Fri Oct 24 17:12:21 CEST 2014
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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
 
    
    
More information about the vlc-commits
mailing list