summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-03-03 12:53:14 -0500
committerAndrew Opalach <andrew@akon.city> 2025-03-03 12:53:14 -0500
commit1224a43bbde9ef2297c7ee638b1928a07488cc3d (patch)
tree8cfb0ffe2f35c9c12bc20ab65185f08946eda243 /env
parent000ce1f671d1f05b76202fd128e272e4ac9da683 (diff)
downloadcamu-1224a43bbde9ef2297c7ee638b1928a07488cc3d.tar.gz
camu-1224a43bbde9ef2297c7ee638b1928a07488cc3d.tar.bz2
camu-1224a43bbde9ef2297c7ee638b1928a07488cc3d.zip
Fix vcr memory leak, subtitle upload/render sync
- Some sink behavior fixes. - Fix clock sync when seeking. - Add relative seek bind. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'env')
-rw-r--r--env/msys2_clang.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/env/msys2_clang.sh b/env/msys2_clang.sh
new file mode 100644
index 0000000..fd6ced6
--- /dev/null
+++ b/env/msys2_clang.sh
@@ -0,0 +1,4 @@
+#! /usr/bin/env sh
+export PATH="$PATH:C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\bin"
+export CC=clang-cl
+export CXX=clang-cl