From 74ef21940ef59acccf57ec002c3eba1d2b0a46a5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 26 Nov 2019 21:51:49 +0000 Subject: [PATCH] x265: remove stray slash --- extra/x265/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/x265/build b/extra/x265/build index 40683a7f..2bc1c919 100755 --- a/extra/x265/build +++ b/extra/x265/build @@ -4,7 +4,7 @@ export DESTDIR="$1" cmake source \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=Release cmake --build . cmake --install .