]> git.sesse.net Git - ffmpeg/commitdiff
libavcodec/tiff: Fix static linking of lzma with msvc.
authorMatthew Oliver <protogonoi@gmail.com>
Sat, 22 Nov 2014 16:43:19 +0000 (03:43 +1100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 22 Nov 2014 21:12:19 +0000 (22:12 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/tiff.c

index 0870e31817f41355746311c9d8933a03f8933462..ee16d7805d76aa601043346940120894e8be2a13 100644 (file)
@@ -29,6 +29,7 @@
 #include <zlib.h>
 #endif
 #if CONFIG_LZMA
+#define LZMA_API_STATIC
 #include <lzma.h>
 #endif