You are not logged in.
Pages: 1
Is there any lirc plugin for vlc in Arch? I tried vlc --control lirc but:
vlc --control lirc
VLC media player 0.8.5 Janus
[00000273] main interface error: no interface module matched "lirc,none"
[00000273] main interface error: no suitable interface module
I have found severals vlc-plugin-lirc for other distros but no one for Arch. I also can't find the sources to build one. Any idea? Thanks.
SOLUTION:
I recompiled vlc adding the option --enable lirc to the PKGBUILD from abs.
./configure --prefix=/usr --enable-dvdread --enable-lirc --enable-dvdnav --enable-madi \
--enable-ffmpeg --disable-rpath --enable-wxwidgets --enable-faad \
--enable-alsa --enable-skins2 --enable-livedotcom --enable-dvb \
--enable-dmo --with-livedotcom-tree=/usr/lib/live-media \
--with-ffmpeg-faac --with-ffmpeg-vorbis --with-ffmpeg-dts \
--with-ffmpeg-ogg --enable-v4l ${EXTRAFEATURES}
Last edited by firewalker (2007-03-31 08:36:21)
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Pages: 1