Fork for building peak mipmaps after recording.
This commit is contained in:
parent
f4661611a0
commit
b57acca314
|
@ -574,11 +574,8 @@ Peaks::finish_writing ( void )
|
|||
_peak_writer = NULL;
|
||||
|
||||
/* now fill in the rest of the cache */
|
||||
make_peaks_mipmap();
|
||||
|
||||
/* if ( ! fork() ) */
|
||||
/* exit( make_peaks_mipmap() ); */
|
||||
|
||||
if ( ! fork() )
|
||||
exit( make_peaks_mipmap() );
|
||||
}
|
||||
|
||||
/* THREAD: IO */
|
||||
|
|
Loading…
Reference in New Issue