mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
Reverse pkg-config for glu glew and glut
This commit is contained in:
parent
a222f6a1d5
commit
8629946041
3
Makefile
3
Makefile
@ -272,7 +272,8 @@ ifeq ($(CUVID),1)
|
|||||||
LIBS += -lcuda -lnvcuvid
|
LIBS += -lcuda -lnvcuvid
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBS += -ldl $(shell pkg-config --libs glew glu glut)
|
LIBS += -lGLEW -lGLU -ldl -lglut
|
||||||
|
#LIBS += -ldl $(shell pkg-config --libs glew glu glut)
|
||||||
|
|
||||||
### Includes and Defines (add further entries here):
|
### Includes and Defines (add further entries here):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user