Browse Source

avformat/libssh: Fix libssh defaulting to shared linkage.

Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Reviewed-by: Lukasz M <lukasz.m.luki@gmail.com>
See: [FFmpeg-devel] Fix libssh static linkage on Windows
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Matt Oliver Michael Niedermayer 12 years ago
parent
commit
1ff42685fe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/libssh.c

+ 1
- 0
libavformat/libssh.c View File

@@ -19,6 +19,7 @@
*/

#include <fcntl.h>
#define LIBSSH_STATIC
#include <libssh/sftp.h>
#include "libavutil/avstring.h"
#include "libavutil/opt.h"


Loading…
Cancel
Save