Commit 63acd425 authored by Laurent Aimar's avatar Laurent Aimar

Removed non converted omapfb video output module.

parent ff21d846
...@@ -3300,9 +3300,7 @@ dnl Xlib ...@@ -3300,9 +3300,7 @@ dnl Xlib
dnl dnl
AC_PATH_XTRA() AC_PATH_XTRA()
AC_CHECK_HEADERS(X11/Xlib.h, [ AC_CHECK_HEADERS(X11/Xlib.h)
VLC_ADD_LIBS([omapfb],[${X_LIBS} ${X_PRE_LIBS} -lX11])
])
dnl dnl
dnl X C Bindings modules dnl X C Bindings modules
...@@ -3582,19 +3580,6 @@ AC_ARG_ENABLE(fb, ...@@ -3582,19 +3580,6 @@ AC_ARG_ENABLE(fb,
]) ])
fi fi
dnl
dnl OMAP Framebuffer module
dnl
AC_ARG_ENABLE(omapfb,
[ --enable-omapfb OMAP framebuffer support (default disabled)])
if test "${enable_omapfb}" = "yes"
then
AC_CHECK_HEADERS(asm/arch-omap/omapfb.h, [
VLC_ADD_PLUGIN([omapfb])
])
VLC_ADD_PLUGIN([swscale_omap])
fi
dnl dnl
dnl DirectFB module dnl DirectFB module
dnl try to find using: 1 - given location; 2 - directfb-config; 3 - pkg-config dnl try to find using: 1 - given location; 2 - directfb-config; 3 - pkg-config
......
...@@ -7,7 +7,6 @@ LIBTOOL=@LIBTOOL@ --tag=CC ...@@ -7,7 +7,6 @@ LIBTOOL=@LIBTOOL@ --tag=CC
SOURCES_aa = aa.c SOURCES_aa = aa.c
SOURCES_caca = caca.c SOURCES_caca = caca.c
SOURCES_fb = fb.c SOURCES_fb = fb.c
SOURCES_omapfb = omapfb.c
SOURCES_vout_sdl = sdl.c SOURCES_vout_sdl = sdl.c
SOURCES_snapshot = snapshot.c SOURCES_snapshot = snapshot.c
SOURCES_opengl = opengl.c opengl.h SOURCES_opengl = opengl.c opengl.h
......
This diff is collapsed.
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