Browse Source

Contribs: ffmpeg: enable protocols/network build.

This allows VLC to use ffmpeg RTMP support. Tested against red5.
pull/2/head
Konstantin Pavlov 15 years ago
parent
commit
da62ca94ea
  1. 4
      contrib/src/ffmpeg/rules.mak

4
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 \

Loading…
Cancel
Save