centricular / gstcefsrc

A simple gstreamer wrapper around Chromium Embedded Framework
83 stars 45 forks source link

Not compiling on macOS Ventura on MacBook M1 #66

Closed pyldin601 closed 1 year ago

pyldin601 commented 1 year ago

Can't compile the plugin on MacBook Pro M1 (macOS Ventura):

Here's full build cast: asciicast

Have all gstreamer-related dependencies installed. During cmake run, I saw this warning several times:

IMPORTED_LOCATION not set for imported target "libcef_lib" configuration
  "Release".

UPD: Found possible reason. This build https://cef-builds.spotifycdn.com/index.html#macosarm64 has only sandboxed version of module cef_sandbox.a and CMakeLists.txt has no support if CEF sandboxed. Because in that case, env with paths to that module have a bit different names.