[Player-cvs] app/gtk hxplay,1.29,1.30 realplay,1.5,1.6
rggammon at helixcommunity.org rggammon at helixcommunity.orgUpdate 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