From d19d808cfbd019cdef6ac05c15f2e83b186fc142 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 18 Nov 2017 16:59:30 +0100 Subject: [PATCH] Add x265 submodule This does not guarantee that you can build ffmpeg with x265 just yet. --- .gitmodules | 3 +++ x265 | 1 + 2 files changed, 4 insertions(+) create mode 160000 x265 diff --git a/.gitmodules b/.gitmodules index bc8a516..b2e0a04 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "x264"] path = x264 url = http://git.videolan.org/git/x264.git +[submodule "x265"] + path = x265 + url = https://github.com/videolan/x265.git diff --git a/x265 b/x265 new file mode 160000 index 0000000..ded243e --- /dev/null +++ b/x265 @@ -0,0 +1 @@ +Subproject commit ded243e14d748da64cea94eb309ec472628a9529