ffmpeg | branch: master | Matthew Oliver <protogo...@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 <michae...@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
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to