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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Matthew Oliver 2014-11-23 03:43:19 +11:00 committed by Michael Niedermayer
parent d3512a0e89
commit 293fee4bc2
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <zlib.h>
#endif
#if CONFIG_LZMA
#define LZMA_API_STATIC
#include <lzma.h>
#endif