diff options
author | Matthew Oliver <protogonoi@gmail.com> | 2014-11-23 03:43:19 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-22 22:12:19 +0100 |
commit | 293fee4bc2350049a5b42fb866d6c944b79a1dfa (patch) | |
tree | bc2b8f64da5b7b4bc364b5a5b74418aca3f97c3e | |
parent | d3512a0e89262a3ab08f30bab6ff3b98ac4c6e01 (diff) | |
download | ffmpeg-293fee4bc2350049a5b42fb866d6c944b79a1dfa.tar.gz |
libavcodec/tiff: Fix static linking of lzma with msvc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/tiff.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <zlib.h> #endif #if CONFIG_LZMA +#define LZMA_API_STATIC #include <lzma.h> #endif |