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

Move rv32 to video_chroma directory

parent 07188532
......@@ -32,6 +32,8 @@ SOURCES_yuy2_i420 = \
yuy2_i420.c \
$(NULL)
SOURCES_rv32 = rv32.c
libvlc_LTLIBRARIES += \
libi420_rgb_plugin.la \
libi420_yuy2_plugin.la \
......@@ -40,6 +42,7 @@ libvlc_LTLIBRARIES += \
libgrey_yuv_plugin.la \
libyuy2_i420_plugin.la \
libyuy2_i422_plugin.la \
librv32_plugin.la \
$(NULL)
libchroma_omx_plugin_la_SOURCES = omxdl.c
......
......@@ -25,7 +25,6 @@ SOURCES_scale = scale.c
SOURCES_marq = marq.c
SOURCES_rss = rss.c
SOURCES_motiondetect = motiondetect.c
SOURCES_rv32 = rv32.c
SOURCES_osdmenu = osdmenu.c
SOURCES_remoteosd = remoteosd.c remoteosd_rfbproto.h
SOURCES_magnify = magnify.c
......@@ -116,7 +115,6 @@ libvlc_LTLIBRARIES += \
libripple_plugin.la \
librotate_plugin.la \
librss_plugin.la \
librv32_plugin.la \
libscale_plugin.la \
libscene_plugin.la \
libsepia_plugin.la \
......
......@@ -1022,6 +1022,7 @@ modules/video_chroma/i420_yuy2.h
modules/video_chroma/i422_i420.c
modules/video_chroma/i422_yuy2.c
modules/video_chroma/i422_yuy2.h
modules/video_chroma/rv32.c
modules/video_chroma/yuy2_i420.c
modules/video_chroma/yuy2_i422.c
modules/video_filter/adjust.c
......@@ -1101,7 +1102,6 @@ modules/video_filter/remoteosd_rfbproto.h
modules/video_filter/ripple.c
modules/video_filter/rotate.c
modules/video_filter/rss.c
modules/video_filter/rv32.c
modules/video_filter/scale.c
modules/video_filter/scene.c
modules/video_filter/sepia.c
......
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