[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] CVS: xine-lib/src/audio_out audio_directx2_out.c,1.2,1.3
From:       Frantisek Dvorak <valtri () users ! sourceforge ! net>
Date:       2005-08-29 15:28:18
Message-ID: E1E9lYY-0006hk-KY () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/xine/xine-lib/src/audio_out
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25680/src/audio_out

Modified Files:
	audio_directx2_out.c 
Log Message:
*BUGFIX*
Windows ports updates:
  - finished M$VC port update
  - moved xine plugins back to normal location for Windows ports,
    added relative directories (used relative to ${prefix}),
    make sure it's thread-safe (but it's still hacky)
  - fixed ugly bug with loading plugins, when working drive was differrent from
    plugins directory
    directory
  - directory and subdirectory separator called as platform specific
  - fix crash with newer win32 pthread (missing mutex_init in vo plugin), yes!
  - small doc update


Index: audio_directx2_out.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/audio_out/audio_directx2_out.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audio_directx2_out.c	6 Feb 2005 19:16:18 -0000	1.2
+++ audio_directx2_out.c	29 Aug 2005 15:28:16 -0000	1.3
@@ -176,7 +176,7 @@
     case DSERR_BUFFERLOST: return _("memory buffer has been lost and must be restored");
     case DSERR_CONTROLUNAVAIL: return _("requested buffer control is not available");
     case DSERR_GENERIC: return _("undetermined error inside DirectSound subsystem");
-#ifdef HWUNAVAIL
+#ifdef DSERR_HWUNAVAIL
     case DSERR_HWUNAVAIL: return _("DirectSound hardware device is unavailable");
 #endif
     case DSERR_INVALIDCALL: return _("function is not valid for the current state of the object");



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic