X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fmjpegtools-2.2.1.patch6;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fmjpegtools-2.2.1.patch6;h=63e8630ddc40750f966d9bef29cbf91b406ea460;hb=58cab6b226f61565c77c1854b377b99ef3b4fa53;hp=0000000000000000000000000000000000000000;hpb=ae61c0f32b9ba1f7b318a0e34a5acf461f5abba1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch6 b/cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch6 new file mode 100644 index 00000000..63e8630d --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch6 @@ -0,0 +1,12 @@ +--- mjpegtools-2.1.0/mpeg2enc/seqencoder.cc.orig 2021-05-25 19:04:26.332933944 +0300 ++++ mjpegtools-2.1.0/mpeg2enc/seqencoder.cc 2021-05-25 19:05:44.904933948 +0300 +@@ -56,6 +56,9 @@ + #include "ratectl.hh" + #include "tables.h" + #include "channel.hh" ++#if defined(__TERMUX__) ++#include "bthread.h" ++#endif + + + // --------------------------------------------------------------------------------