Commit 34b0c609 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

fbosd: remove plugin

This plugin is unmaintained, unused and quite buggy.
parent 5adefde4
...@@ -36,6 +36,7 @@ Mac OS X Interface: ...@@ -36,6 +36,7 @@ Mac OS X Interface:
Removed modules: Removed modules:
* portaudio audio output * portaudio audio output
* X11 On Screen Display notifications (xosd) * X11 On Screen Display notifications (xosd)
* Linux Framebuffer On Screen Display interface (fbosd)
Changes between 2.0.0 and 2.0.1: Changes between 2.0.0 and 2.0.1:
......
...@@ -3804,18 +3804,6 @@ if test "${enable_ncurses}" != "no"; then ...@@ -3804,18 +3804,6 @@ if test "${enable_ncurses}" != "no"; then
VLC_RESTORE_FLAGS VLC_RESTORE_FLAGS
fi fi
dnl
dnl Framebuffer (overlay) plugin
dnl
AC_ARG_ENABLE(fbosd,
[ --enable-fbosd fbosd interface support (default disabled)])
if test "${enable_fbosd}" = "yes"
then
AC_CHECK_HEADERS(linux/fb.h, [
VLC_ADD_PLUGIN([fbosd])
])
fi
dnl dnl
dnl Lirc plugin dnl Lirc plugin
dnl dnl
......
...@@ -121,7 +121,6 @@ $Id$ ...@@ -121,7 +121,6 @@ $Id$
* extract: Extract RGB components video filter * extract: Extract RGB components video filter
* faad: AAC decoder using libfaad2 * faad: AAC decoder using libfaad2
* fb: video output module for the Linux framebuffer * fb: video output module for the Linux framebuffer
* fbosd: framebuffer osd plugin
* filesystem: Filesystem access module * filesystem: Filesystem access module
* fixed32_mixer: Fixed-point audio mixer * fixed32_mixer: Fixed-point audio mixer
* flac: Flac decoder using libflac * flac: Flac decoder using libflac
......
...@@ -15,5 +15,4 @@ SUBDIRS += skins2 ...@@ -15,5 +15,4 @@ SUBDIRS += skins2
endif endif
SOURCES_ncurses = ncurses.c SOURCES_ncurses = ncurses.c
SOURCES_fbosd = fbosd.c
EXTRA_DIST += eject.c EXTRA_DIST += eject.c
This diff is collapsed.
...@@ -511,7 +511,6 @@ modules/demux/vobsub.c ...@@ -511,7 +511,6 @@ modules/demux/vobsub.c
modules/demux/voc.c modules/demux/voc.c
modules/demux/wav.c modules/demux/wav.c
modules/demux/xa.c modules/demux/xa.c
modules/gui/fbosd.c
modules/gui/hildon/maemo.c modules/gui/hildon/maemo.c
modules/gui/macosx/about.h modules/gui/macosx/about.h
modules/gui/macosx/about.m modules/gui/macosx/about.m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment