Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lsl_get_dll.m
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
% manually. On PC and Mac, this will be extracted then cleaned up.
if ~exist(lsl_fname,'file') || ~exist(lsl_include_dir, 'dir')
disp(['Could not locate the file "' so_fname '" on your computer. Attempting to download...']);
LIBLSL_TAG = 'v1.14.0';
LIBLSL_VER = '1.14.0';
LIBLSL_TAG = 'v1.16.0';
LIBLSL_VER = '1.16.0';
liblsl_url = ['https://github.com/sccn/liblsl/releases/download/' LIBLSL_TAG '/'];
if ispc && contains(computer,'64')
liblsl_url_fname = ['liblsl-' LIBLSL_VER '-Win_amd64.zip'];
Expand Down