Commit 99128661 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

mft: Provide the library that contains some of the uuids we're using

parent 260d31fa
...@@ -477,7 +477,7 @@ endif ...@@ -477,7 +477,7 @@ endif
libmft_plugin_la_SOURCES = codec/mft.c codec/h264_nal.c codec/h264_nal.h libmft_plugin_la_SOURCES = codec/mft.c codec/h264_nal.c codec/h264_nal.h
if HAVE_WIN32 if HAVE_WIN32
libmft_plugin_la_LIBADD = -lole32 -luuid libmft_plugin_la_LIBADD = -lole32 -luuid -lmfuuid
codec_LTLIBRARIES += libmft_plugin.la codec_LTLIBRARIES += libmft_plugin.la
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment