hi:
when i make the videosobel app ,some errors and warnings come out :
错误 1
In file included from capture.c:45:
video.h:28: 错误:expected specifier-qualifier-list before ‘FifoUtil_Handle’
capture.c: 在函数‘captureThrFxn’中:
capture.c:351: 错误:‘Rszcopy_Handle’未声明 (在此函数内第一次使用)
capture.c:351: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其
capture.c:351: 错误:所在的函数内也只报告一次。)
capture.c:351: 错误:expected ‘;’ before ‘hRszcopy’
capture.c:352: 错误:‘SMOOTH_FAILURE’未声明 (在此函数内第一次使用)
capture.c:371: 警告:传递参数 2 (属于‘initCaptureDevice’) 给指针时,目标与指针符号不一致
capture.c:381: 错误:‘hRszcopy’未声明 (在此函数内第一次使用)
capture.c:381: 警告:隐式声明函数‘Rszcopy_create’
capture.c:381: 错误:‘RSZCOPY_DEFAULTRSZRATE’未声明 (在此函数内第一次使用)
capture.c:383: 错误:‘RSZCOPY_FAILURE’未声明 (在此函数内第一次使用)
capture.c:388: 警告:隐式声明函数‘Rszcopy_config’
capture.c:397: 错误:‘SMOOTH_DEFAULTRSZRATE’未声明 (在此函数内第一次使用)
capture.c:405: 警告:传递参数 2 (属于‘Smooth_config’)时将整数赋给指针,未作类型转换
capture.c:405: 警告:传递参数 3 (属于‘Smooth_config’)时将整数赋给指针,未作类型转换
capture.c:434: 警告:隐式声明函数‘FifoUtil_get’
capture.c:434: 错误:‘CaptureEnv’没有名为‘inFifo’的成员
capture.c:434: 错误:‘FIFOUTIL_FAILURE’未声明 (在此函数内第一次使用)
capture.c:445: 警告:隐式声明函数‘Rszcopy_execute’
capture.c:452: 警告:传递参数 2 (属于‘Smooth_execute’)时将整数赋给指针,未作类型转换
capture.c:452: 警告:传递参数 3 (属于‘Smooth_execute’)时将整数赋给指针,未作类型转换
capture.c:459: 警告:隐式声明函数‘FifoUtil_put’
capture.c:459: 错误:‘CaptureEnv’没有名为‘outFifo’的成员
capture.c:476: 错误:‘CaptureEnv’没有名为‘hPause’的成员
capture.c:479: 错误:‘CaptureEnv’没有名为‘outFifo’的成员
capture.c:486: 警告:隐式声明函数‘Rszcopy_delete’
make: *** [debug/capture.o] 错误 1
and i find out most of the members are included in rszcopy.h,but i don't have it in my computer, so how can i solve it?
please help me ,thanks a lot