[MPlayer-cvslog] r25297 - trunk/configure

lu_zero subversion at mplayerhq.hu
Tue Dec 4 16:13:50 CET 2007


Author: lu_zero
Date: Tue Dec  4 16:13:50 2007
New Revision: 25297

Log:
live555 and libnemesi support coexists

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Dec  4 16:13:50 2007
@@ -6275,11 +6275,11 @@ EOF
       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'



More information about the MPlayer-cvslog mailing list