]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/Modules.am
Merge branch 1.0-bugfix
[vlc] / modules / video_chroma / Modules.am
index aea44233db71708eb972619b2afba325a88e9287..f886becacfc1b396b0f1a5a16cfab84a9bd55430 100644 (file)
@@ -71,3 +71,15 @@ SOURCES_grey_yuv = \
        grey_yuv.c \
        $(NULL)
 
+SOURCES_yuy2_i422 = \
+       yuy2_i422.c \
+       $(NULL)
+
+SOURCES_yuy2_i420 = \
+       yuy2_i420.c \
+       $(NULL)
+
+libvlc_LTLIBRARIES += \
+       libi420_rgb_plugin.la \
+       libgrey_yuv_plugin.la \
+       $(NULL)