mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-12-27 07:21:07 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c866670227 |
2
Makefile
2
Makefile
@@ -178,6 +178,8 @@ LIBS += $(shell pkg-config --libs egl gbm libdrm)
|
||||
endif
|
||||
|
||||
ifeq ($(CUVID),1)
|
||||
export CFLAGS = $(call PKGCFG,cflags) -fpermissive
|
||||
export CXXFLAGS = $(call PKGCFG,cxxflags) -fpermissive
|
||||
#CONFIG += -DUSE_PIP # PIP support
|
||||
CONFIG += -DCUVID # enable CUVID decoder
|
||||
LIBS += $(shell pkg-config --libs egl gl)
|
||||
|
||||
Reference in New Issue
Block a user