From: Jaroslav Kysela Date: Tue, 11 Sep 2018 16:52:14 +0000 (+0200) Subject: Makefile.ffmpeg: fix the build without nvenc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63141bd49e84adf237d4eaeef91950d3dd0be940;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: fix the build without nvenc --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 7ccee5580..5b7db0e30 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -571,6 +571,15 @@ $(LIB_ROOT)/$(FFNVCODEC)/.tvh_build: \ $(MAKE) -C $(LIB_ROOT)/$(FFNVCODEC) install @touch $@ +else + +$(LIB_ROOT)/$(FFNVCODEC)/.tvh_download: + @mkdir $(LIB_ROOT)/$(FFNVCODEC) + @touch $@ + +$(LIB_ROOT)/$(FFNVCODEC)/.tvh_build: + @touch $@ + endif