You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libavcodec/tiff: Fix static linking of lzma with msvc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
d3512a0e89
commit
293fee4bc2
@@ -29,6 +29,7 @@
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
#if CONFIG_LZMA
|
||||
#define LZMA_API_STATIC
|
||||
#include <lzma.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user