From: Flole998 Date: Thu, 18 Feb 2021 01:34:26 +0000 (+0100) Subject: Enable LIBX265_DIFFS again X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4105972735abda7ca955305dd7fac098edd0aaa1;p=thirdparty%2Ftvheadend.git Enable LIBX265_DIFFS again --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index d2a3e5056..b3fa2aca4 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -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: \