From 0f8fd3b22893dd07db6506a1ba4d298e51a1c985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 29 Aug 2005 15:28:16 +0000 Subject: *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 CVS patchset: 7712 CVS date: 2005/08/29 15:28:16 --- src/audio_out/audio_directx2_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio_out/audio_directx2_out.c') diff --git a/src/audio_out/audio_directx2_out.c b/src/audio_out/audio_directx2_out.c index a86920e0f..97d3c8cd1 100644 --- a/src/audio_out/audio_directx2_out.c +++ b/src/audio_out/audio_directx2_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_directx2_out.c,v 1.2 2005/02/06 19:16:18 valtri Exp $ + * $Id: audio_directx2_out.c,v 1.3 2005/08/29 15:28:16 valtri Exp $ * * * xine audio output plugin using DirectX @@ -176,7 +176,7 @@ static char *dsound_strerror(HRESULT err) { 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"); -- cgit v1.2.3