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:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-07-07 21:59:16 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-07-07 21:59:16 +0400
commitdfa6dd653eb241a4a6e370cda9cbf5c416558eb1 (patch)
tree8f18323d7ccbf5d925e28e0ad2b56b6b106b28bf /build_ffmpeg.sh
parentc713990b904ae114be0ba6f6d0376b66c7aa990b (diff)
Enable "pipe" protocol when building ffmpeg
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 36c00cb5..149a595d 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -51,6 +51,7 @@ configure() (
--enable-filter=scale \
--disable-protocols \
--enable-protocol=file \
+ --enable-protocol=pipe \
--enable-protocol=mmsh \
--enable-protocol=mmst \
--enable-protocol=rtp \