Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv28425/src/video/plugins

Modified Files:
        mplayer.py 
Log Message:
Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
doesn't exist anymore.


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** mplayer.py  2 Sep 2003 19:10:22 -0000       1.19
--- mplayer.py  3 Sep 2003 17:54:38 -0000       1.20
***************
*** 21,24 ****
--- 21,28 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2003/09/03 17:54:38  dischi
+ # Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
+ # doesn't exist anymore.
+ #
  # Revision 1.19  2003/09/02 19:10:22  dischi
  # Basic mplayer version detection. Convert -vop to -vf if cvs or 1.0pre1
***************
*** 450,456 ****
      def __init__(self, app, item):
          if config.MPLAYER_DEBUG:
!             startdir = os.environ['FREEVO_STARTDIR']
!             fname_out = os.path.join(startdir, 'mplayer_stdout.log')
!             fname_err = os.path.join(startdir, 'mplayer_stderr.log')
              try:
                  self.log_stdout = open(fname_out, 'a')
--- 454,459 ----
      def __init__(self, app, item):
          if config.MPLAYER_DEBUG:
!             fname_out = os.path.join(config.LOGDIR, 'mplayer_stdout.log')
!             fname_err = os.path.join(config.LOGDIR, 'mplayer_stderr.log')
              try:
                  self.log_stdout = open(fname_out, 'a')




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to