Commit c91faf2e authored by Jean-Paul Saman's avatar Jean-Paul Saman

New chroma module using /dev/davinci_resizer.

Conflicts:

	modules/video_chroma/Modules.am
parent e2585139
......@@ -4498,6 +4498,16 @@ AC_ARG_ENABLE(fb,
])
fi
dnl
dnl Linux DaVinci resizer and chroma conversion module
dnl
AC_ARG_ENABLE(davinciresizer,
[ --enable-davinciresizer Linux davinci resizer and chroma conversion support (default disabled on Linux)])
if test "${enable_davinciresizer}" = "yes"
then
VLC_ADD_PLUGINS([davinci_resizer])
fi
dnl
dnl Linux MGA module
dnl
......
......@@ -83,3 +83,7 @@ libvlc_LTLIBRARIES += \
libi420_rgb_plugin.la \
libgrey_yuv_plugin.la \
$(NULL)
SOURCES_davinci_resizer = \
davinci.c \
$(NULL)
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