mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
libavcodec/tiff: Fix static linking of lzma with msvc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d3512a0e89
commit
293fee4bc2
@ -29,6 +29,7 @@
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
#if CONFIG_LZMA
|
||||
#define LZMA_API_STATIC
|
||||
#include <lzma.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user