Skip to content

Commit

Permalink
critical bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Rode committed Apr 9, 2018
1 parent 832c64d commit 8d1e94c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private void loadOpenCV() {
String opencvlib = "opencv_java320";
String ffmpeglib = "opencv_ffmpeg320_64";
String suffix = ".dll";
String cvarchpath = "/nu/pattern/opencv/windows/x86_64";
String cvarchpath = "/nu/pattern/opencv/windows/x86_64/";

LibraryManager lm = new LibraryManager();
lm.prepareLoadLibraryWithoutArch(this.getClass(), ffmpeglib, suffix, null);
Expand Down

0 comments on commit 8d1e94c

Please sign in to comment.