Thanks for the reply Hans. I seem to have an error when I try to compile. Do you have any suggestions or is this just a bug in the trunk?
-Mike mythtv:/usr/local/src/ivtv# svn info Path: . URL: http://ivtvdriver.org/svn/ivtv/trunk Repository UUID: f93e8361-94ff-0310-af1b-c9b61a63ab7d Revision: 3193 Node Kind: directory Schedule: normal Last Changed Author: hverkuil Last Changed Rev: 3193 Last Changed Date: 2006-03-15 16:09:41 -0700 (Wed, 15 Mar 2006) Properties Last Updated: 2006-03-15 17:57:32 -0700 (Wed, 15 Mar 2006) mythtv:/usr/local/src/ivtv# make make -C driver all make[1]: Entering directory `/usr/local/src/ivtv/driver' created ivtv-svnversion.h make -C /lib/modules/2.6.15.4-k7/build M=/usr/local/src/ivtv/driver modules make[2]: Entering directory `/usr/src/linux-2.6.15.4' CC [M] /usr/local/src/ivtv/driver/ivtv-osd.o In file included from /usr/local/src/ivtv/driver/ivtv-osd.c:176: /usr/local/src/ivtv/driver/ivtv-driver.h:67:21: cx2341x.h: No such file or directory /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_framebuffer': /usr/local/src/ivtv/driver/ivtv-osd.c:232: error: `CX2341X_OSD_GET_FRAMEBUFFER' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c:232: error: (Each undeclared identifier is reported only once /usr/local/src/ivtv/driver/ivtv-osd.c:232: error: for each function it appears in.) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_pixel_format': /usr/local/src/ivtv/driver/ivtv-osd.c:243: error: `CX2341X_OSD_GET_PIXEL_FORMAT' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_pixel_format': /usr/local/src/ivtv/driver/ivtv-osd.c:253: error: `CX2341X_OSD_SET_PIXEL_FORMAT' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_state': /usr/local/src/ivtv/driver/ivtv-osd.c:277: error: `CX2341X_OSD_GET_STATE' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_state': /usr/local/src/ivtv/driver/ivtv-osd.c:287: error: `CX2341X_OSD_SET_STATE' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_framebuffer_window': /usr/local/src/ivtv/driver/ivtv-osd.c:304: error: `CX2341X_OSD_SET_FRAMEBUFFER_WINDOW' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_osd_coords': /usr/local/src/ivtv/driver/ivtv-osd.c:313: error: `CX2341X_OSD_GET_OSD_COORDS' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_osd_coords': /usr/local/src/ivtv/driver/ivtv-osd.c:338: error: `CX2341X_OSD_SET_OSD_COORDS' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_screen_coords': /usr/local/src/ivtv/driver/ivtv-osd.c:349: error: `CX2341X_OSD_GET_SCREEN_COORDS' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_screen_coords': /usr/local/src/ivtv/driver/ivtv-osd.c:370: error: `CX2341X_OSD_SET_SCREEN_COORDS' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_global_alpha': /usr/local/src/ivtv/driver/ivtv-osd.c:379: error: `CX2341X_OSD_GET_GLOBAL_ALPHA' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_global_alpha': /usr/local/src/ivtv/driver/ivtv-osd.c:398: error: `CX2341X_OSD_SET_GLOBAL_ALPHA' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_colorKey': /usr/local/src/ivtv/driver/ivtv-osd.c:412: error: `CX2341X_OSD_SET_CHROMA_KEY' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_get_flicker_state': /usr/local/src/ivtv/driver/ivtv-osd.c:420: error: `CX2341X_OSD_GET_FLICKER_STATE' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_set_flicker_state': /usr/local/src/ivtv/driver/ivtv-osd.c:431: error: `CX2341X_OSD_SET_FLICKER_STATE' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtv_api_fb_blt_fill': /usr/local/src/ivtv/driver/ivtv-osd.c:454: error: `CX2341X_OSD_BLT_FILL' undeclared (first use in this function) /usr/local/src/ivtv/driver/ivtv-osd.c: In function `ivtvfb_setup': /usr/local/src/ivtv/driver/ivtv-osd.c:1461: error: `CX2341X_DEC_SET_DISPLAY_BUFFERS' undeclared (first use in this function) make[3]: *** [/usr/local/src/ivtv/driver/ivtv-osd.o] Error 1 make[2]: *** [_module_/usr/local/src/ivtv/driver] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.15.4' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/ivtv/driver' make: *** [all] Error 2 mythtv:/usr/local/src/ivtv# make --version GNU Make 3.81beta4 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-pc-linux-gnu Hans Verkuil wrote: > It is very likely that it is solved in 2.6.16. I've given the msp3400 > module a major overhaul and fixed many bugs. To be sure you will have > to use ivtv from the trunk in the subversion repository. It will pull > in the latest code from the v4l repository. See > http://www.ivtvdriver.org/index.php/Svn_checkout. > > I'd be interested in hearing the result. > > Hans > _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
