arturoc / ofxGStreamer

openFrameworks addon to use gstreamer under osx and windows. This addon has no code and instead uses the addon_config.mk file to add the needed files from the core + the flags needed to compile using gstreamer
56 stars 28 forks source link

arm64/glibconfig.h not found on Apple M1 #30

Open fredy0219 opened 3 years ago

fredy0219 commented 3 years ago

Hi everyone,

I'm working on video streaming on gstreamer with my new MacBook m1 pro. As I expected, there are some issue on new MacOS.

Seems that Gstreamer didn't support masOS arm64 file. /Library/Frameworks/GStreamer.framework/Headers/glibconfig.h:10:10: 'arm64/glibconfig.h' file not found

I'm not sure that my guess was right. Can anyone give me some advice? Thanks!

eggji commented 2 years ago

I have the same issue. Have you figured it out?