diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-03-26 19:21:47 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-03-26 19:21:47 +0000 |
commit | 9531ac93c5fa423743cd469be938320a6100fbc2 (patch) | |
tree | 13d2116cc9de5865da1e1559753d06a8a2f0a743 /multimedia/Makefile | |
parent | ee0ebe6479200c18341b2c2184a214d327c68391 (diff) | |
download | ports-9531ac93c5fa423743cd469be938320a6100fbc2.tar.gz ports-9531ac93c5fa423743cd469be938320a6100fbc2.zip |
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/
Notes
Notes:
svn path=/head/; revision=271811
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 4ef93593a6f8..62709e5ef1ae 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -348,6 +348,7 @@ SUBDIR += vdr-plugin-streamdev SUBDIR += vdr-plugin-upnp SUBDIR += vdr-plugin-vnsiserver + SUBDIR += vdr-plugin-xineliboutput SUBDIR += vic SUBDIR += vlc SUBDIR += vodcatcher |