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

Video chroma conversions using OpenMAX DL v1.0.2 IP CS(*)

* Development layer / Image processing / Color space conversion

CFLAGS and LIBS must be tweaked manually to use this.
parent 09e8c21d
......@@ -41,3 +41,9 @@ libvlc_LTLIBRARIES += \
libyuy2_i420_plugin.la \
libyuy2_i422_plugin.la \
$(NULL)
libchroma_omx_plugin_la_SOURCES = omxdl.c
libchroma_omx_plugin_la_CFLAGS = $(AM_CFLAGS) $(OMXIP_CFLAGS)
libchroma_omx_plugin_la_LIBADD = $(AM_LIBADD) $(OMXIP_LIBS)
libchroma_omx_plugin_la_DEPENDENCIES =
EXTRA_LTLIBRARIES += libchroma_omx_plugin.la
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