From 293fee4bc2350049a5b42fb866d6c944b79a1dfa Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Sun, 23 Nov 2014 03:43:19 +1100 Subject: [PATCH] libavcodec/tiff: Fix static linking of lzma with msvc. Signed-off-by: Michael Niedermayer --- libavcodec/tiff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 0870e31817..ee16d7805d 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -29,6 +29,7 @@ #include #endif #if CONFIG_LZMA +#define LZMA_API_STATIC #include #endif