Skip to content

Commit 8e8120c

Browse files
committed
expect decklinksdk installed in /usr/local/include
should later add argument for this
1 parent 1b2d37e commit 8e8120c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BMSDK = ../Blackmagic\ DeckLink\ SDK\ 10.1.1/Mac/include
1+
BMSDK = /usr/local/include
22

33
CC = gcc
44
CFLAGS = -I$(BMSDK) -g

0 commit comments

Comments
 (0)