mirror of
				https://github.com/jojo61/vdr-plugin-softhdcuvid.git
				synced 2025-03-01 10:39:28 +00:00 
			
		
		
		
	bwdif
This commit is contained in:
		
							
								
								
									
										10
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Makefile
									
									
									
									
									
								
							@@ -16,7 +16,7 @@
 | 
			
		||||
# if CUVID is enabled the pluginname is softhdcuvid
 | 
			
		||||
# if DRM   is enabled the pluginname is softhddrm
 | 
			
		||||
VAAPI ?= 0
 | 
			
		||||
CUVID ?= 0
 | 
			
		||||
CUVID ?= 1
 | 
			
		||||
 | 
			
		||||
# if you enable DRM then the plugin will only run without X server
 | 
			
		||||
# only valid for VAAPI
 | 
			
		||||
@@ -28,7 +28,10 @@ LIBPLACEBO ?= 1
 | 
			
		||||
LIBPLACEBO_GL ?= 0
 | 
			
		||||
 | 
			
		||||
# use YADIF deint - only available with cuvid
 | 
			
		||||
YADIF = 1
 | 
			
		||||
YADIF = 0
 | 
			
		||||
 | 
			
		||||
# use BWDIF deint - only available with cuvid
 | 
			
		||||
BWDIF = 1
 | 
			
		||||
 | 
			
		||||
# use gamma correction
 | 
			
		||||
#GAMMA ?= 0
 | 
			
		||||
@@ -185,6 +188,9 @@ LIBS += -lEGL -lGL
 | 
			
		||||
ifeq ($(YADIF),1)
 | 
			
		||||
CONFIG += -DYADIF			# Yadif only with CUVID
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(BWDIF),1)
 | 
			
		||||
CONFIG += -DBWDIF			# Bwdif only with CUVID
 | 
			
		||||
endif
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(GAMMA),1)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user