Commit 1ff42685 authored by Matt Oliver's avatar Matt Oliver Committed by Michael Niedermayer

avformat/libssh: Fix libssh defaulting to shared linkage.

Reviewed-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
Reviewed-by: 's avatarLukasz M <lukasz.m.luki@gmail.com>
See: [FFmpeg-devel] Fix libssh static linkage on Windows
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8f92edf6
......@@ -19,6 +19,7 @@
*/
#include <fcntl.h>
#define LIBSSH_STATIC
#include <libssh/sftp.h>
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment