Update of /cvsroot/mplayerplug-in/mplayerplug-in
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5018
Modified Files:
ChangeLog install.sh uninstall.sh
Log Message:
Disable non-blocking mode when we get the mmst packet length
Index: uninstall.sh
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/uninstall.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** uninstall.sh 1 Nov 2007 16:58:02 -0000 1.14
--- uninstall.sh 22 Nov 2007 14:59:35 -0000 1.15
***************
*** 1,4 ****
#!/bin/bash
! MOZHOME=/usr/lib/firefox-2.0.0.8
echo "Cleaning up user plugins"
--- 1,4 ----
#!/bin/bash
! MOZHOME=/usr/lib/firefox-2.0.0.9
echo "Cleaning up user plugins"
Index: install.sh
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** install.sh 1 Nov 2007 16:58:01 -0000 1.30
--- install.sh 22 Nov 2007 14:59:35 -0000 1.31
***************
*** 10,14 ****
LOCALEDIR=${datadir}/locale
DESTDIR=$1
! MOZHOME=/usr/lib/firefox-2.0.0.8/plugins
if [ "$DESTDIR" ]; then
--- 10,14 ----
LOCALEDIR=${datadir}/locale
DESTDIR=$1
! MOZHOME=/usr/lib/firefox-2.0.0.9/plugins
if [ "$DESTDIR" ]; then
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v
retrieving revision 1.558
retrieving revision 1.559
diff -C2 -d -r1.558 -r1.559
*** ChangeLog 15 Nov 2007 13:38:52 -0000 1.558
--- ChangeLog 22 Nov 2007 14:59:35 -0000 1.559
***************
*** 1,3 ****
--- 1,4 ----
Development
+ Disable non-blocking mode when we get the mmst packet length
If loop = 0 from site change it to -1
Don't fail out of the read loop if we get a 'No stream found' message
|