Commit 19e9de43 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

llvm seems to solve our cancellation issues. Revert "Compilation fix"

This reverts commit 076dc435.
parent e538b708
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment