[Player-cvs] app/gtk hxplay,1.29,1.30 realplay,1.5,1.6

[Player-cvs] app/gtk hxplay,1.29,1.30 realplay,1.5,1.6

rggammon at helixcommunity.org rggammon at helixcommunity.org
Fri Jul 8 18:02:28 PDT 2005


Update of /cvsroot/player/app/gtk
In directory cvs:/tmp/cvs-serv15502

Modified Files:
	hxplay realplay 
Log Message:
Don't activate the out-of-process helix backend.


Index: hxplay
===================================================================
RCS file: /cvsroot/player/app/gtk/hxplay,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- hxplay	6 Jul 2005 06:05:08 -0000	1.29
+++ hxplay	9 Jul 2005 01:02:25 -0000	1.30
@@ -46,7 +46,7 @@
     # automagically on distributions that support dbus, but activate
     # manually here for now for distribution compatibility.
     for FACTORY in $HELIX_LIBS/hxmm/*; do 
-        if [ -x "$FACTORY" ]; then 
+        if [ -x "$FACTORY" -a "$FACTORY" != "hxhelixfactory" ]; then 
             $FACTORY &
         fi
     done

Index: realplay
===================================================================
RCS file: /cvsroot/player/app/gtk/realplay,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- realplay	6 Jul 2005 06:05:08 -0000	1.5
+++ realplay	9 Jul 2005 01:02:25 -0000	1.6
@@ -46,7 +46,7 @@
     # automagically on distributions that support dbus, but activate
     # manually here for now for distribution compatibility.
     for FACTORY in $HELIX_LIBS/hxmm/*; do 
-        if [ -x "$FACTORY" ]; then 
+        if [ -x "$FACTORY" -a "$FACTORY" != "hxhelixfactory" ]; then 
             $FACTORY &
         fi
     done




More information about the Player-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.