From 5959a9ef54a313814886c37adc3c008fb81c32ce Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 1 Mar 2020 03:18:54 +0100 Subject: [PATCH] The transcoder is now compiled during the build process. --- Kyoo/Kyoo.csproj | 14 ++++++++++++++ transcoder | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Kyoo/Kyoo.csproj b/Kyoo/Kyoo.csproj index 6a1af079..c928253a 100644 --- a/Kyoo/Kyoo.csproj +++ b/Kyoo/Kyoo.csproj @@ -6,6 +6,7 @@ Latest false Views/WebClient/ + ../transcoder $(DefaultItemExcludes);$(SpaRoot)node_modules/** @@ -70,4 +71,17 @@ + + + + + + + + PreserveNewest + + + PreserveNewest + + diff --git a/transcoder b/transcoder index 14246778..a8e44354 160000 --- a/transcoder +++ b/transcoder @@ -1 +1 @@ -Subproject commit 1424677854294090720a2412c29599f4fde20f2e +Subproject commit a8e443545aa2963d995b6b2937d61a77620899b0