From f350145756f63a716767eac3d902b72814e1197f Mon Sep 17 00:00:00 2001 From: elvinawibisono <66840764+elvinawibisono@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:53:05 -0500 Subject: [PATCH] changed Workspace, opencv and ffmpeg path --- WORKSPACE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3a539569f..8dac26c85 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -355,13 +355,15 @@ new_local_repository( # For local MacOS builds, the path should point to an opencv@3 installation. # If you edit the path here, you will also need to update the corresponding # prefix in "opencv_macos.BUILD". - path = "/usr/local", # e.g. /usr/local/Cellar for HomeBrew + # path = "/usr/local", # e.g. /usr/local/Cellar for HomeBrew + path = "/opt/homebrew/", ) new_local_repository( name = "macos_ffmpeg", build_file = "@//third_party:ffmpeg_macos.BUILD", - path = "/usr/local/opt/ffmpeg", + # path = "/usr/local/opt/ffmpeg", + path = "/opt/homebrew/opt/ffmpeg", ) new_local_repository(