Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2014-10-26 12:20:11 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2014-11-28 16:45:37 +0300
commitda570a4d86d0e608ca62611ac783191ca053b232 (patch)
treeb47dccdbfe4891090157e7e3b6644fc03e6236ff /build_ffmpeg_msvc.sh
parentb8d638e2d797f1fd3ad6a39159161048d6a9c832 (diff)
Add support for RTMP protocol with librtmp parameters input style.
Diffstat (limited to 'build_ffmpeg_msvc.sh')
-rw-r--r--build_ffmpeg_msvc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_ffmpeg_msvc.sh b/build_ffmpeg_msvc.sh
index 4936127e..61e48004 100644
--- a/build_ffmpeg_msvc.sh
+++ b/build_ffmpeg_msvc.sh
@@ -58,6 +58,8 @@ configure() (
--enable-protocol=rtp \
--enable-protocol=http \
--enable-protocol=crypto \
+ --enable-protocol=rtmp \
+ --enable-protocol=rtmpt \
--disable-muxers \
--enable-muxer=spdif \
--disable-hwaccels \