# HG changeset patch # User lu_zero # Date 1196781230 0 # Node ID b3bc237eae84272966d9ec6484ce78b899d1169e # Parent 23c21064c5712daf0cfe8f4425797f18ff1f6f47 live555 and libnemesi support coexists diff -r 23c21064c571 -r b3bc237eae84 configure --- a/configure Tue Dec 04 15:05:14 2007 +0000 +++ b/configure Tue Dec 04 15:13:50 2007 +0000 @@ -6275,11 +6275,11 @@ fi fi fi -if test "$_live" = yes && test "$_network" = yes && test "$_nemesi" = no; then +if test "$_live" = yes && test "$_network" = yes; then _res_comment="using $_livelibdir" _def_live='#define STREAMING_LIVE555 1' _inputmodules="live555 $_inputmodules" -elif test "$_live_dist" = yes && test "$_network" = yes && test "$_nemesi" = no; then +elif test "$_live_dist" = yes && test "$_network" = yes; then _res_comment="using distribution version" _live="yes" _def_live='#define STREAMING_LIVE555 1'