[FFmpeg-cvslog] libavcodec/tiff: Fix static linking of lzma with msvc.

Matthew Oliver git at videolan.org
Sat Nov 22 23:16:52 CET 2014


ffmpeg | branch: master | Matthew Oliver <protogonoi at gmail.com> | Sun Nov 23 03:43:19 2014 +1100| [293fee4bc2350049a5b42fb866d6c944b79a1dfa] | committer: Michael Niedermayer

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

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=293fee4bc2350049a5b42fb866d6c944b79a1dfa
---

 libavcodec/tiff.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 0870e31..ee16d78 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
 



More information about the ffmpeg-cvslog mailing list