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/input/input_cdda.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/input/input_cdda.c') diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 2366225c9..41771b2fb 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -20,7 +20,7 @@ * Compact Disc Digital Audio (CDDA) Input Plugin * by Mike Melanson (melanson@pcisys.net) * - * $Id: input_cdda.c,v 1.74 2005/08/25 15:36:29 valtri Exp $ + * $Id: input_cdda.c,v 1.75 2005/08/29 15:28:16 valtri Exp $ */ #ifdef HAVE_CONFIG_H @@ -32,7 +32,9 @@ #include #include +#ifndef SYS_PARAM_H #include +#endif #ifdef HAVE_DIRENT_H #include #endif -- cgit v1.2.3