git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d3512a0
)
libavcodec/tiff: Fix static linking of lzma with msvc.
author
Matthew Oliver
<protogonoi@gmail.com>
Sat, 22 Nov 2014 16:43:19 +0000
(
03:43
+1100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavcodec/tiff.c
b/libavcodec/tiff.c
index
0870e31
..
ee16d78
100644
(file)
--- 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