transitive-bullshit / ffmpeg-gl-transition

FFmpeg filter for applying GLSL transitions between video streams.
647 stars 125 forks source link

Carbon.h from glfw no found #63

Open nowfalsalahudeen opened 2 years ago

nowfalsalahudeen commented 2 years ago

make [ 5%] Building C object lib/glfw/src/CMakeFiles/glfw.dir/context.c.o In file included from /Users/nowfalsalahudeen/development/video-app/lib/glfw/src/context.c:30: In file included from /Users/nowfalsalahudeen/development/video-app/lib/glfw/src/internal.h:183: /Users/nowfalsalahudeen/development/video-app/lib/glfw/src/cocoa_platform.h:30:10: fatal error: 'Carbon/Carbon.h' file not found

include <Carbon/Carbon.h>

     ^~~~~~~~~~~~~~~~~

1 error generated. make[2]: [lib/glfw/src/CMakeFiles/glfw.dir/context.c.o] Error 1 make[1]: [lib/glfw/src/CMakeFiles/glfw.dir/all] Error 2 make: *** [all] Error 2

Any solution for this

gundelsw commented 8 months ago

same problem here