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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/93/merge
Matthew Oliver 10 years ago committed by Michael Niedermayer
parent d3512a0e89
commit 293fee4bc2
  1. 1
      libavcodec/tiff.c

@ -29,6 +29,7 @@
#include <zlib.h>
#endif
#if CONFIG_LZMA
#define LZMA_API_STATIC
#include <lzma.h>
#endif

Loading…
Cancel
Save