-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workingciHappens on GitHub CIHappens on GitHub CIplatform:macosRelated to MacOSRelated to MacOSpriority:low
Description
Compiling libmediapipe_c.dylib results in various unresolved undefined symbols, which makes it impossible for MediaPipe.NET to work on MacOS.
The ones that are not being resolved seem to be _AV*. There may be other unresolved symbols among them, such as _CV*.
Having FFmpeg installed on the system doesn't seem to fix the issue, which leads me to think that we have some sort of configuration issue related to the MediaPipe.NET.Runtime building script on MacOS.
Here are all undefined MacOS symbols in a text file (no indication of whether they are being resolved at runtime or not).
If you have a MacOS system, you can get them by typing the command nm -gu <path-to>/libmediapipe_c.dylib.
undefined-macos-symbols.txt
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingciHappens on GitHub CIHappens on GitHub CIplatform:macosRelated to MacOSRelated to MacOSpriority:low