Skip to content

Commit 9835bc4

Browse files
committed
fixing compile for OF 0.12
1 parent 3fb7951 commit 9835bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon_config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ common:
7373

7474

7575
linux64:
76-
ADDON_DEPENDENCIES += ofxNDI
77-
ADDON_SOURCES_EXCLUDE = src/objects/video/SyphonSender% src/objects/video/SyphonReceiver%
76+
#ADDON_DEPENDENCIES += ofxNDI
77+
ADDON_SOURCES_EXCLUDE = src/objects/video/VideoSender% src/objects/video/VideoReceiver% src/objects/video/SyphonSender% src/objects/video/SyphonReceiver%
7878

7979
msys2:
8080
ADDON_SOURCES_EXCLUDE = src/objects/scripting/BashScript% src/objects/video/VideoSender% src/objects/video/VideoReceiver% src/objects/video/SyphonSender% src/objects/video/SyphonReceiver%

0 commit comments

Comments
 (0)