From 51fa25809db3a8dfbc35f9bd0fcab7b50ba23bcf Mon Sep 17 00:00:00 2001 From: Roz K Date: Sat, 4 Oct 2025 04:54:22 +0200 Subject: [PATCH] add x265 submodule --- .gitmodules | 4 ++++ codecs/x265 | 1 + 2 files changed, 5 insertions(+) create mode 160000 codecs/x265 diff --git a/.gitmodules b/.gitmodules index ec47fdf..80183d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = codecs/x264 url = https://code.videolan.org/videolan/x264.git branch = stable +[submodule "codecs/x265"] + path = codecs/x265 + url = https://bitbucket.org/multicoreware/x265_git.git + branch = Release_4.1 diff --git a/codecs/x265 b/codecs/x265 new file mode 160000 index 0000000..32e25ff --- /dev/null +++ b/codecs/x265 @@ -0,0 +1 @@ +Subproject commit 32e25ffcf810c5fe284901859b369270824c4596