Commit 1b79957c authored by Jean-Marc Dressler's avatar Jean-Marc Dressler

Le son fonctionne sous BeOS !

 Ah, vraiment, on peut dire que BeOS roulaize, les enfants.
parent ea286a76
...@@ -157,8 +157,6 @@ aout_thread_t *aout_CreateThread( int *pi_status ) ...@@ -157,8 +157,6 @@ aout_thread_t *aout_CreateThread( int *pi_status )
/* Initialize the vomue level */ /* Initialize the vomue level */
p_aout->vol = VOL; p_aout->vol = VOL;
/* FIXME: maybe it would be cleaner to change SpawnThread prototype /* FIXME: maybe it would be cleaner to change SpawnThread prototype
* see vout to handle status correctly ?? however, it is not critical since * see vout to handle status correctly ?? however, it is not critical since
* this thread is only called in main and all calls are blocking */ * this thread is only called in main and all calls are blocking */
...@@ -927,7 +925,6 @@ intf_DbgMsg( "%d - p_aout->s32b %ld\n", l_buffer, (s32) ( ((s16 *)p_aout->fifo[i ...@@ -927,7 +925,6 @@ intf_DbgMsg( "%d - p_aout->s32b %ld\n", l_buffer, (s32) ( ((s16 *)p_aout->fifo[i
} }
vlc_mutex_unlock( &p_aout->fifos_lock ); vlc_mutex_unlock( &p_aout->fifos_lock );
} }
void aout_Thread_U8_Stereo( aout_thread_t * p_aout ) void aout_Thread_U8_Stereo( aout_thread_t * p_aout )
......
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