From 5864f70d5feaa249e32ea6947ad64bcff6dfeed6 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Thu, 5 Aug 2021 05:26:42 +0000 Subject: [PATCH] move x265_compile_multibit.patch in different path During compilation, `cd x265*` will fail trying either to change directory to the file x265_compile_multibit.patch, as if it is a directory, or because there are multiple x265* files/directories under the same path, i.e. the former file and the x265_3.5 dir. --- cinelerra-5.1/thirdparty/{ => src}/x265_compile_multibit.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cinelerra-5.1/thirdparty/{ => src}/x265_compile_multibit.patch (100%) diff --git a/cinelerra-5.1/thirdparty/x265_compile_multibit.patch b/cinelerra-5.1/thirdparty/src/x265_compile_multibit.patch similarity index 100% rename from cinelerra-5.1/thirdparty/x265_compile_multibit.patch rename to cinelerra-5.1/thirdparty/src/x265_compile_multibit.patch -- 2.31.1