# HG changeset patch # User arpi # Date 1009147521 0 # Node ID 6bf3f49fd65ca85f19e1aee8383496a05eccf6d5 # Parent b574619f912ff27b04b993136db9d6f016fe6d29 streaming enabled by default diff -r b574619f912f -r 6bf3f49fd65c configure --- a/configure Sun Dec 23 22:36:35 2001 +0000 +++ b/configure Sun Dec 23 22:45:21 2001 +0000 @@ -127,6 +127,7 @@ --disable-iconv do not use iconv(3) function [autodetect] --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] --disable-mp1e disable libmp1e support (only if it won't compile) [enable] + --disable-streaming disable network streaming support (http/mms/rtp) [ena] Video: --enable-gl build with OpenGL render support [autodetect] @@ -679,7 +680,7 @@ _select=yes _tv=yes _tv_v4l=auto -_streaming=no +_streaming=auto _divx4linux=auto _lirc=auto _gui=no @@ -2457,10 +2458,9 @@ echocheck "streaming" # FIXME streaming check -if test "$_streaming" = yes ; then +if test "$_streaming" != no ; then _def_streaming='#define STREAMING 1' _inputmodules="network $_inputmodules" -# FIXME _streamingsrcs='asf_streaming.c network.c url.c http.c' else _def_streaming='#undef STREAMING' fi