[vlc-devel] commit: Compilation fix ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Dec 22 16:13:52 CET 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Dec 22 16:13:46 2008 +0100| [076dc4357cbe4eec9085a59162c6910a07d0b850] | committer: Felix Paul Kühne
Compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=076dc4357cbe4eec9085a59162c6910a07d0b850
---
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 96049e5..2b27fbf 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() */
- struct vlc_mutex_t lock;
- struct vlc_cond_t wait;
+ vlc_mutex_t lock;
+ vlc_cond_t wait;
vlc_mutex_init (&lock);
vlc_cond_init (&wait);
More information about the vlc-devel
mailing list