Mercurial > mplayer.hg
changeset 10589:06dcdf866106
added live.com to (no)inputmodules
author | alex |
---|---|
date | Tue, 12 Aug 2003 23:18:02 +0000 |
parents | abbb1dac425e |
children | 73e7a5165bcd |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Aug 12 22:41:53 2003 +0000 +++ b/configure Tue Aug 12 23:18:02 2003 +0000 @@ -4485,9 +4485,11 @@ LIVE_LIBS += \$(LIVE_LIB_DIR)/BasicUsageEnvironment/libBasicUsageEnvironment.a LIVE_LIBS += -lstdc++" _ld_live='$(LIVE_LIBS)' + _inputmodules="live.com $_inputmodules" else echores "no" _def_live='#undef STREAMING_LIVE_DOT_COM' + _noinputmodules="live.com $_noinputmodules" fi