Chris, getting this error:
(mythtv) utils # make cc -I../driver -D_GNU_SOURCE -O2 -Wall -lm ivtvctl.c -o ivtvctl cc -I../driver -D_GNU_SOURCE -O2 -Wall -lm ivtvfbctl.c -o ivtvfbctl ivtvfbctl.c: In function `ivtv_yuv_loop': ivtvfbctl.c:184: error: `IVTVFB_IOCTL_PREP_FRAME_YUV' undeclared (first use in this function) ivtvfbctl.c:184: error: (Each undeclared identifier is reported only once ivtvfbctl.c:184: error: for each function it appears in.) make: *** [ivtvfbctl] Error 1 Tried looking for a declaration of IVTVFB_IOCTL_PREP_FRAME_YUV but couldn't find any in the source. N. On Thu, 24 Mar 2005 13:06:05 -0600, Chris Kennedy <[EMAIL PROTECTED]> wrote: > > This removes the OSD vsync wait stuff, just like the patch I posted. Also > some minor YUV encoding Get Input Format V4L2 fixes so that gives the > correct pixelsize and type of frames. I made the encoder PIO mode able to > be set from ivtv-driver.h, of course it'll eat you CPU like crazy, but if > not able to use DMA for some reason you could set that and the decoder one > even and possibly still use the card on your system (paying the price with > CPU of course, like near 90% on a 2.6 Ghz system probably for both enc/dec). > > http://ivtv.no-ip.info/ivtv-0.3/ivtv-0.3.2m.tgz > > Thanks, > Chris > -- > --- > Chris Kennedy / [EMAIL PROTECTED] > Engineer KMOS-TV/KTBG-FM > Broadcasting Services Department > Central Missouri State University ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
