I can't get lirc support to compile in mythtv.

lirc is intalled running and working but Not with mythtv or irxevent,

myth configure seems to indicate it's not building lirc support any idea's?

 ./configure --disable-firewire --disable-dbox2 --enable-lirc

# Basic Settings
Compile type     release
Compiler cache   no
DistCC           no
Install prefix   /usr/local
CPU              x86 (model name        : Intel(R) Celeron(R) CPU 2.60GHz)
Big Endian       no
MMX enabled      yes
Vector Builtins  yes

# Input Support
Joystick menu    yes
lirc support     no
Video4Linux sup. yes
ivtv support     yes
FireWire support no
DVB support      no [/usr/include]
DBox2 support    no

# Sound Output Support
OSS support      yes
ALSA support     no
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
XvMC pro support no
XvMC libs
OpenGL vsync     no
DirectFB         no

Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak
libs/libmyth/mythconfig.h is unchanged


.mythtv/lircrc example:

# Misc Features
DVD playback     no
Frontend         yes
Backend          yes
# Channel Up
begin
prog = mythtv
button = CH+
repeat = 3
config = Up
end


.lircrc example:

begin
    prog = irxevent
    button = CH+
    repeat = 3
    config = Key Up CurrentWindow
end

begin
    prog = irxevent
    button = CH-
    repeat = 3
    config = Key Down CurrentWindow
end

rpm's:
rpm -qa |grep lirc
lirc-devices-0.7.0-1.rhfc4.at
lirc-lib-0.7.2-49.rhfc4.at
lirc-0.7.2-49.rhfc4.at
lirc-kmdl-2.6.12-1.1447_FC4-0.7.2-49.rhfc4.at


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to