1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Prepare Makefile for batch processing

This commit is contained in:
jojo61 2020-02-01 11:47:11 +01:00
parent 5ef6597340
commit f7449c8d3a

View File

@ -9,23 +9,23 @@
### Configuration (edit this for your needs) ### Configuration (edit this for your needs)
# comment out if not needed # config as needed
# what kind of decoder do we make - # what kind of decoder do we make -
# if VAAPI is enabled the pluginname is softhdvaapi # if VAAPI is enabled the pluginname is softhdvaapi
# if CUVID is enabled the pluginname is softhdcuvid # if CUVID is enabled the pluginname is softhdcuvid
# if DRM is enabled the pluginname is softhddrm # if DRM is enabled the pluginname is softhddrm
#VAAPI=1 VAAPI ?= 0
CUVID=1 CUVID ?= 1
# if you enable DRM then the plugin will only run without X server # if you enable DRM then the plugin will only run without X server
# only valid for VAAPI # only valid for VAAPI
# does not work with libplacebo # does not work with libplacebo
#DRM=1 DRM= ?= 0
# use libplacebo - available for both decoders but not for DRM # use libplacebo - available for both decoders but not for DRM
#LIBPLACEBO=1 LIBPLACEBO ?= 0
# use YADIF deint - only available with cuvid # use YADIF deint - only available with cuvid
#YADIF=1 #YADIF=1