0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-24 00:16:19 +00:00
termux-packages/disabled-packages/transcode/import-import_vnc.c.patch
Tee KOBAYASHI 67af201270 transcode: Disabled
not building with Clang 16. Dead upstream.
2023-04-13 06:19:59 +09:00

12 lines
357 B
Diff

--- a/import/import_vnc.c
+++ b/import/import_vnc.c
@@ -33,7 +33,7 @@
char fps[32];
char cmdbuf[1024];
- tc_snprintf (fifo, 256, "%s-%d", "/tmp/tc-vncfifo", getpid());
+ tc_snprintf (fifo, 256, "%s-%d", "@TERMUX_PREFIX@/tmp/tc-vncfifo", getpid());
tc_snprintf (fps, 32, "%f", vob->fps);
tc_snprintf (cmdbuf, 1024, "%s -o %s", PROGTOCALL, fifo);