开发者

About how to link Quicktime.framework with libvidcap

开发者 https://www.devze.com 2023-03-17 14:06 出处:网络
I am tring to capture video using libvidcap in mac I got the following errors whileinstalling libvidcap:

I am tring to capture video using libvidcap in mac I got the following errors while installing libvidcap:

quicktime/sg_manager.c:73: error: 'struct sg_source' has no member named 'channel'
quicktime/sg_manager.c:74: error: 'sgDeviceListIncludeInputs' undeclared (first use in this function)
quicktime/sg_manager.c:75: error: 'device_list' undeclared (first use in this function)
quicktime/sg_manager.c:82: error: 'dlr' undeclared (first use in this function)
quicktime/sg_manager.c:103: error: 'SGDeviceInputListPtr' undeclared (first use in this function)
quicktime/sg_manager.c:103: error: expected ';' before 'i开发者_运维知识库lr'
quicktime/sg_manager.c:109: error: 'ilr' undeclared (first use in this function)
quicktime/sg_manager.c:128: warning: implicit declaration of function 'SGDisposeDeviceList'
quicktime/sg_manager.c:128: error: 'struct sg_source' has no member named 'grabber'

I added the QuickTime/QuickTimeComponents.h header in my source, but this did not solve the problem. What else do I need to do?


./configure CFLAGS="-arch i386" LDFLAGS="-arch i386"

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号