Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / mjpegtools-2.1.0.patch5
1 --- ./mpeg2enc/seqencoder.cc.orig       2021-08-12 22:15:24.907277309 +0300
2 +++ ./mpeg2enc/seqencoder.cc    2021-08-12 22:17:49.471277317 +0300
3 @@ -198,7 +198,9 @@
4  {
5         EncoderJob *job;
6         mjpeg_debug( "Worker thread started" );
7 +#if !defined (__TERMUX__)
8      pthread_setcanceltype( PTHREAD_CANCEL_ASYNCHRONOUS, NULL );
9 +#endif
10  
11         for(;;)
12         {