Building today's cvs, output from configure shows: # Input Support Joystick menu yes lirc support no ivtv support yes FireWire support no DVB support no [/usr/src/linux-2.6.12-rc2/include]
# Sound Output Support OSS support yes ALSA support yes aRts support no JACK support no # Video Output Support x11 support yes xrandr support yes xv support yes XvMC support no XvMC VLD support no OpenGL vsync no Yet settings.pro: CONFIG += using_dvb DEFINES += USING_DVB INCLUDEPATH += /lib/modules/2.6.12-rc2/build/include DEFINES += USING_OPENGL_VSYNC EXTRA_LIBS += -lGL -lGLU CONFIG += using_opengl And it builds with a different set: -DUSING_DVB -DUSING_OPENGL_VSYNC and -I/opt/kernel/linux-2.6.12-rc2/include So it seems to get some settings from settings.pro. but just doesn't print them correctly. On the other hand, somehow it's found the kernel includes in my build directory and isn't using the /lib/modules directory. sean _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
