diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-12-16 21:36:38 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-22 11:01:27 -0500 |
commit | 64a577bbff040aaf905095559dd622cf88511fff (patch) | |
tree | b9e739aae32a0710bccaffc28a0de9ced34bf112 /media-plugins/vdr-xineliboutput | |
parent | dev-python/munch: remove unused patch (diff) | |
download | gentoo-64a577bbff040aaf905095559dd622cf88511fff.tar.gz gentoo-64a577bbff040aaf905095559dd622cf88511fff.tar.bz2 gentoo-64a577bbff040aaf905095559dd622cf88511fff.zip |
media-plugins/vdr-xineliboutput: remove unused file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14019
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-xineliboutput')
-rw-r--r-- | media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6 b/media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6 deleted file mode 100644 index b4fab7ff9690..000000000000 --- a/media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6 +++ /dev/null @@ -1,27 +0,0 @@ -# -# Usage examples (VDR plugin) -# -# If no arguments are given, both X11 and framebuffer frontends are tried. -# First working frontend is used with best available video driver. -# Complete list of available command-line arguments can be obtained -# with "vdr --help". -# -# Only local frontend, X11/Xv video, alsa audio: -# _EXTRAOPTS="--local=sxfe --video=xv --audio=alsa --noremote" -# -# Only local frontend, (slow) X11 video, oss audio: -# _EXTRAOPTS="--local=sxfe --video=x11 --audio=oss --noremote" -# -# Only local frontend, DirectFB: -# _EXTRAOPTS="--local=fbfe --video=DirectFB --noremote" -# -# Only remote frontend(s): -# _EXTRAOPTS="--local=none --remote=37890" -# -# Local and remote frontends: -# _EXTRAOPTS="--local=sxfe --remote=37890" -# or -# _EXTRAOPTS="--local=fbfe --remote=37890" -# -# -_EXTRAOPTS="--local=none --remote=37890" |