Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Oliver <protogonoi@gmail.com>2014-11-22 19:43:19 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-11-23 00:12:19 +0300
commit293fee4bc2350049a5b42fb866d6c944b79a1dfa (patch)
treebc2b8f64da5b7b4bc364b5a5b74418aca3f97c3e /libavcodec/tiff.c
parentd3512a0e89262a3ab08f30bab6ff3b98ac4c6e01 (diff)
libavcodec/tiff: Fix static linking of lzma with msvc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/tiff.c')
-rw-r--r--libavcodec/tiff.c1
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