X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fbrender.C;h=49580c9f041fbed049476333285ab46bc6d818b2;hb=9d54c23d957ea350c5ffd756ac2c1c221c94637b;hp=9fc3355afe2848387d03d243240b5b6b757894a2;hpb=9eedb4cc7bbccda7978b1f2a6225c7ae1465757a;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/brender.C b/cinelerra-5.1/cinelerra/brender.C index 9fc3355a..49580c9f 100644 --- a/cinelerra-5.1/cinelerra/brender.C +++ b/cinelerra-5.1/cinelerra/brender.C @@ -103,6 +103,9 @@ void BRender::initialize() // Create socket for background process. uuid_t socket_temp; sprintf(socket_path, "/tmp/cinelerra."); +#if defined(__TERMUX__) + sprintf(socket_path, "/data/data/com.termux/files/home/tmp/cinelerra."); +#endif uuid_generate(socket_temp); uuid_unparse(socket_temp, socket_path + strlen(socket_path)); SET_TEMP(socket_path);