Commit fa7f6b7d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove non-sense

parent 54384401
...@@ -139,15 +139,6 @@ DWORD CAtmoExternalCaptureInput::Execute(void) ...@@ -139,15 +139,6 @@ DWORD CAtmoExternalCaptureInput::Execute(void)
i++; i++;
if(i == 100) { if(i == 100) {
i = 0; i = 0;
#if !defined(WIN32)
/* kludge for pthreads? using the same condition variable too often results in hanging the pthread
call inside vlc_cond_timedwait...
*/
#ifdef _ATMO_KLUDGE_
vlc_cond_destroy( &m_WakeupCond );
vlc_cond_init( &m_WakeupCond );
#endif
#endif
} }
} }
vlc_mutex_unlock( &m_WakeupLock ); vlc_mutex_unlock( &m_WakeupLock );
......
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