]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: fix the build without nvenc
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Sep 2018 16:52:14 +0000 (18:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Sep 2018 16:52:14 +0000 (18:52 +0200)
Makefile.ffmpeg

index 7ccee5580f225fe758d1562752e3116e020187a0..5b7db0e3078ef72d4d8457614d272166ddbeed10 100644 (file)
@@ -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