From 5b07f8961b3c777e5a6c9ba759883c15ef2c3ec5 Mon Sep 17 00:00:00 2001
From: Matthew Oliver <protogonoi@gmail.com>
Date: Sun, 23 Nov 2014 03:43:19 +1100
Subject: [PATCH] libavcodec/tiff: Fix static linking of lzma with msvc.

---
 libavcodec/tiff.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 0870e31..ee16d78 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -29,6 +29,7 @@
 #include <zlib.h>
 #endif
 #if CONFIG_LZMA
+#define LZMA_API_STATIC
 #include <lzma.h>
 #endif
 
-- 
1.9.4.msysgit.1

