Mercurial > mplayer.hg
changeset 25269:b3bc237eae84
live555 and libnemesi support coexists
author | lu_zero |
---|---|
date | Tue, 04 Dec 2007 15:13:50 +0000 |
parents | 23c21064c571 |
children | f2a95277b9cf |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'