freebsd-ports/multimedia/vdr-plugin-xineliboutput/files/patch-xine_frontend_main.c
Juergen Lock 9531ac93c5 http://www.linuxtv.org/vdrwiki/index.php/Xineliboutput-plugin
X11 and Linux framebuffer front-end for VDR.
Plugin displays video and OSD in X/Xv/XvMC/VAAPI/VDPAU window,
Linux framebuffer/DirectFB/vidixfb or DXR3 card.

Support for local and remote frontends.

Built-in image and media player supports playback of most known
media files (avi/mp3/divx/jpeg/...), DVDs and radio/video streams
(http, rtsp, ...) directly from VDR.

FreeBSD Note:  If you want to use VAAPI/VDPAU make sure the ffmpeg
and libxine ports are (re)built with the corresponding knobs turned on!
(make config in their port dirs.)

WWW: http://sourceforge.net/projects/xineliboutput/
2011-03-26 19:21:47 +00:00

11 lines
490 B
C

--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -629,7 +629,7 @@ int main(int argc, char *argv[])
case 'C': config_file = optarg;
PRINTF("Config file: %s\n", config_file);
break;
- case 'L': lirc_dev = strdup(optarg ? : "/dev/lircd");
+ case 'L': lirc_dev = strdup(optarg ? : "/var/run/lirc/lircd");
if (strstr(lirc_dev, ",repeatemu")) {
*strstr(lirc_dev, ",repeatemu") = 0;
repeat_emu = 1;