Small fixes for building on Windows. Note, that there are some things hardcoded which should not be hardcoded.

This commit is contained in:
Anne de Jong 2020-04-26 05:41:11 -07:00
parent 7cc77b073a
commit 2d909b07dd
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
link_directories(C:\\mingw\\lib)
link_directories(C:\\mingw\\bin)
link_directories(..\\rtaudio)
link_directories(C:\\Users\\librewin7\\Miniconda3)
link_directories(C:\\Users\\User\\Miniconda3)
else()
set(win32 false)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -std=c11 \

View File

@ -3,7 +3,7 @@
"""
Description: Read data from image stream and record sound at the same time
"""
import cv2 as cv
#import cv2 as cv
from .lasp_atomic import Atomic
from threading import Thread, Condition, Lock
import numpy as np