[vlc-devel] commit: llvm seems to solve our cancellation issues. Revert " Compilation fix" (Derk-Jan Hartman )
git version control
git at videolan.org
Fri Feb 20 15:07:47 CET 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Fri Feb 20 15:04:45 2009 +0100| [19e9de434c48cd2dbea1ad3872c041daf0a26668] | committer: Derk-Jan Hartman
llvm seems to solve our cancellation issues. Revert "Compilation fix"
This reverts commit 076dc4357cbe4eec9085a59162c6910a07d0b850.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19e9de434c48cd2dbea1ad3872c041daf0a26668
---
src/misc/mtime.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/misc/mtime.c b/src/misc/mtime.c
index 2b27fbf..96049e5 100644
--- a/src/misc/mtime.c
+++ b/src/misc/mtime.c
@@ -352,8 +352,8 @@ void mwait( mtime_t date )
#elif defined( __APPLE__ )
/* Explicit hack: OSX does not cancel at nanosleep() */
- vlc_mutex_t lock;
- vlc_cond_t wait;
+ struct vlc_mutex_t lock;
+ struct vlc_cond_t wait;
vlc_mutex_init (&lock);
vlc_cond_init (&wait);
More information about the vlc-devel
mailing list