]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Enable LIBX265_DIFFS again
authorFlole998 <Flole998@users.noreply.github.com>
Thu, 18 Feb 2021 01:34:26 +0000 (02:34 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 01:34:26 +0000 (02:34 +0100)
Makefile.ffmpeg

index d2a3e50568dcba835a3faa929a8ecdf12f84493f..b3fa2aca49cf338406249aa4fd2d8854def3f0a6 100644 (file)
@@ -270,6 +270,7 @@ ifeq (yes,$(CONFIG_LIBX265_STATIC))
 $(LIB_ROOT)/$(LIBX265)/.tvh_download:
        $(call DOWNLOAD,$(LIBX265_URL),$(LIB_ROOT)/$(LIBX265_TB),$(LIBX265_SHA1))
        $(call UNTAR,$(LIBX265_TB),z)
+       $(call PATCH,$(LIBX265),$(LIBX265_DIFFS))
        @touch $@
 
 $(LIB_ROOT)/$(LIBX265)/.tvh_build: \