multimedia/setpwc etc

Heiko Recktenwald uzs106 at uni-bonn.de
Sat Oct 13 03:13:27 PDT 2007


Solved! Not yet tested,  but it looks good so far!
>
>> From setpwc.c:
>>
>>
>> #include <errno.h>
>> #include <string.h>
>> #include <stdio.h>
>> #include <stdlib.h>
>> #include <sys/ioctl.h>
>> #include <sys/types.h>
>> #include <sys/stat.h>
>> #include <fcntl.h>
>> #include <unistd.h>
>> #define _LINUX_TIME_H 1 /* to get things compile on kernel 2.6.x */
>> #include <linux/videodev.h>
>>

I simply replaced the last line with

#include "/usr/local/include/linux/videodev.h"

>> #include "pwc-ioctl.h"

Maybe my multimedia/v4l_compat installation is broken,  was allready 
there, manually moved from from multimedia/bsdpwc/work/, maybe I have 
to  add it manually to some list?

Thanks to all!

Best, H.


More information about the freebsd-multimedia mailing list