Commit 58377ccb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Linux FB is autodetected, remove --enable-fb

parent df70f5dd
......@@ -3352,14 +3352,10 @@ fi
dnl
dnl Linux framebuffer module
dnl
AC_ARG_ENABLE(fb,
[ --enable-fb Linux framebuffer support (default enabled on Linux)])
if test "${enable_fb}" != "no"
then
AC_CHECK_HEADERS(linux/fb.h, [
VLC_ADD_PLUGIN([fb])
])
fi
AC_CHECK_HEADER([linux/fb.h], [
VLC_ADD_PLUGIN([fb])
])
dnl
dnl DirectFB module
......
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