Mercurial > mplayer.hg
comparison configure @ 25269:b3bc237eae84
live555 and libnemesi support coexists
author | lu_zero |
---|---|
date | Tue, 04 Dec 2007 15:13:50 +0000 |
parents | b3aa123be8f5 |
children | 4ba5a1593296 |
comparison
equal
deleted
inserted
replaced
25268:23c21064c571 | 25269:b3bc237eae84 |
---|---|
6273 if cxx_check -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock; then | 6273 if cxx_check -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock; then |
6274 _live_dist=yes | 6274 _live_dist=yes |
6275 fi | 6275 fi |
6276 fi | 6276 fi |
6277 fi | 6277 fi |
6278 if test "$_live" = yes && test "$_network" = yes && test "$_nemesi" = no; then | 6278 if test "$_live" = yes && test "$_network" = yes; then |
6279 _res_comment="using $_livelibdir" | 6279 _res_comment="using $_livelibdir" |
6280 _def_live='#define STREAMING_LIVE555 1' | 6280 _def_live='#define STREAMING_LIVE555 1' |
6281 _inputmodules="live555 $_inputmodules" | 6281 _inputmodules="live555 $_inputmodules" |
6282 elif test "$_live_dist" = yes && test "$_network" = yes && test "$_nemesi" = no; then | 6282 elif test "$_live_dist" = yes && test "$_network" = yes; then |
6283 _res_comment="using distribution version" | 6283 _res_comment="using distribution version" |
6284 _live="yes" | 6284 _live="yes" |
6285 _def_live='#define STREAMING_LIVE555 1' | 6285 _def_live='#define STREAMING_LIVE555 1' |
6286 _ld_extra="$_ld_extra -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++" | 6286 _ld_extra="$_ld_extra -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++" |
6287 _inc_extraxx="-I/usr/include/liveMedia -I/usr/include/UsageEnvironment \ | 6287 _inc_extraxx="-I/usr/include/liveMedia -I/usr/include/UsageEnvironment \ |