]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/x265/build
mpv: move to junk
[asd-repo.git] / junk / x265 / build
diff --git a/junk/x265/build b/junk/x265/build
new file mode 100755 (executable)
index 0000000..2bc1c91
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cmake source \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+
+cmake --build .
+cmake --install .