From 6dfd2d96aa0c2faef16c75940887f806ab23f5e5 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Mon, 11 Jan 2021 08:28:44 +0100 Subject: [PATCH] Remove local cuda dependencie --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index d4ad1d1..69dcb35 100644 --- a/Makefile +++ b/Makefile @@ -299,15 +299,12 @@ endif _CFLAGS += $(shell pkg-config --cflags x11 x11-xcb xcb xcb-icccm) LIBS += -lrt $(shell pkg-config --libs x11 x11-xcb xcb xcb-icccm) -#_CFLAGS += -I/usr/local/cuda/include _CFLAGS += -I./opengl -I./ LIBS += -L/usr/lib64 -LIBS += -L/usr/local/cuda/lib64 ifeq ($(CUVID),1) -#LIBS += -lcuda -L/usr/local/cuda/targets/x86_64-linux/lib -lcudart -lnvcuvid LIBS += -lcuda -lnvcuvid endif