[vlc-commits] Contribs: ffmpeg: enable protocols/network build.
Konstantin Pavlov
git at videolan.org
Fri Jan 20 14:38:20 CET 2012
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed Jan 11 13:12:44 2012 +0400| [da62ca94eaaae6742b45b2af81815d33f8a23a7e] | committer: Konstantin Pavlov
Contribs: ffmpeg: enable protocols/network build.
This allows VLC to use ffmpeg RTMP support. Tested against red5.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da62ca94eaaae6742b45b2af81815d33f8a23a7e
---
contrib/src/ffmpeg/rules.mak | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 0da0699..b13bcae 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -15,9 +15,7 @@ FFMPEGCONF = \
--disable-ffmpeg \
--disable-avconv \
--disable-devices \
- --disable-protocols \
- --disable-avfilter \
- --disable-network
+ --disable-avfilter
# Those tools are named differently in FFmpeg and Libav
# --disable-ffserver \
More information about the vlc-commits
mailing list