Update of /cvsroot/mplayerplug-in/mplayerplug-in
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3612
Modified Files:
ChangeLog install.sh
Log Message:
prep 3.55
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v
retrieving revision 1.572
retrieving revision 1.573
diff -C2 -d -r1.572 -r1.573
*** ChangeLog 18 Jun 2008 14:37:02 -0000 1.572
--- ChangeLog 24 Jun 2008 13:13:35 -0000 1.573
***************
*** 1,3 ****
! Development
Take patch from gecko-mediaplayer to compile idl file at compile time
Converted one gtk_ call to g_idle_ event may fix crash in thread on some systems
--- 1,3 ----
! 3.55
Take patch from gecko-mediaplayer to compile idl file at compile time
Converted one gtk_ call to g_idle_ event may fix crash in thread on some systems
Index: install.sh
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/install.sh,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** install.sh 18 Jun 2008 14:37:05 -0000 1.34
--- install.sh 24 Jun 2008 13:13:35 -0000 1.35
***************
*** 3,7 ****
SHAREDTARGET=mplayerplug-in
INSTALL='/usr/bin/install -c'
! prefix=/usr/local
exec_prefix=${prefix}
sysconfdir=${prefix}/etc
--- 3,7 ----
SHAREDTARGET=mplayerplug-in
INSTALL='/usr/bin/install -c'
! prefix=/usr
exec_prefix=${prefix}
sysconfdir=${prefix}/etc
|