diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2013-09-18 14:08:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 03:26:54 +0200 |
commit | 5b153f81645e9e5e88ffeee51ff3f414f70d8e05 (patch) | |
tree | a8eceeff56819610935643f48f2f2cccdd6daeb2 /configure | |
parent | 705b30e24f9ba88d36bb887fbe0cf5218914b160 (diff) | |
download | ffmpeg-5b153f81645e9e5e88ffeee51ff3f414f70d8e05.tar.gz |
lavf: add SFTP protocol via libssh
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -225,6 +225,7 @@ External library support: --enable-libshine enable fixed-point MP3 encoding via libshine [no] --enable-libsoxr enable Include libsoxr resampling [no] --enable-libspeex enable Speex de/encoding via libspeex [no] + --enable-libssh enable SFTP protocol via libssh [no] --enable-libstagefright-h264 enable H.264 decoding via libstagefright [no] --enable-libtheora enable Theora encoding via libtheora [no] --enable-libtwolame enable MP2 encoding via libtwolame [no] @@ -1191,6 +1192,7 @@ EXTERNAL_LIBRARY_LIST=" libshine libsoxr libspeex + libssh libstagefright_h264 libtheora libtwolame @@ -2158,6 +2160,7 @@ librtmpe_protocol_deps="librtmp" librtmps_protocol_deps="librtmp" librtmpt_protocol_deps="librtmp" librtmpte_protocol_deps="librtmp" +libssh_protocol_deps="libssh" mmsh_protocol_select="http_protocol" mmst_protocol_select="network" rtmp_protocol_deps="!librtmp_protocol" @@ -4241,6 +4244,7 @@ enabled librtmp && require_pkg_config librtmp librtmp/rtmp.h RTMP_Sock enabled libschroedinger && require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init enabled libshine && require_pkg_config shine shine/layer3.h shine_encode_buffer enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr +enabled libssh && require_pkg_config libssh libssh/sftp.h sftp_init enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex enabled libstagefright_h264 && require_cpp libstagefright_h264 "binder/ProcessState.h media/stagefright/MetaData.h media/stagefright/MediaBufferGroup.h media/stagefright/MediaDebug.h media/stagefright/MediaDefs.h |