Skip to content

Commit

Permalink
fb: remove support
Browse files Browse the repository at this point in the history
The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
  • Loading branch information
SeanMcG authored and robUx4 committed Jun 3, 2022
1 parent dd8c8e0 commit 2999e6a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 713 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Video output:
* Remove Real demuxer plugin
* Fix washed out black on NVIDIA cards with Direct3D9
* On-Screen-Display is off by default in libvlc
* Remove deprecated Linux framebuffer plugin

Audio filter:
* Add RNNoise recurrent neural network denoiser
Expand Down
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3518,13 +3518,6 @@ AS_IF([test "${enable_directx}" != "no"], [
])
])

dnl
dnl Linux framebuffer module
dnl
AC_CHECK_HEADER([linux/fb.h], [
VLC_ADD_PLUGIN([fb])
])

dnl
dnl Direct Rendering Manager (DRM) plugins
dnl
Expand Down
8 changes: 0 additions & 8 deletions modules/video_output/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,6 @@ endif
endif


### FrameBuffer ###

libfb_plugin_la_SOURCES = video_output/fb.c
libfb_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)'
EXTRA_LTLIBRARIES += libfb_plugin.la
vout_LTLIBRARIES += $(LTLIBfb)


### Direct Rendering Manager (DRM) ###

libkms_plugin_la_SOURCES = video_output/kms.c
Expand Down
Loading

0 comments on commit 2999e6a

Please sign in to comment.