Commit 293fee4b authored by Matthew Oliver's avatar Matthew Oliver Committed by Michael Niedermayer

libavcodec/tiff: Fix static linking of lzma with msvc.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d3512a0e
......@@ -29,6 +29,7 @@
#include <zlib.h>
#endif
#if CONFIG_LZMA
#define LZMA_API_STATIC
#include <lzma.h>
#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