]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/Modules.am
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / modules / video_chroma / Modules.am
index 8ea7e1aca2b6e059f729eaecf4e4f50e5f1f3b1a..70d67fa13b4ab90d31bb5763370962a2314192fd 100644 (file)
@@ -55,6 +55,10 @@ SOURCES_i422_yuy2_sse2 = \
        i422_yuy2.h \
        $(NULL)
 
+SOURCES_i422_i420 = \
+       i422_i420.c \
+       $(NULL)
+
 SOURCES_i420_ymga = \
        i420_ymga.c \
        $(NULL)
@@ -67,3 +71,10 @@ SOURCES_grey_yuv = \
        grey_yuv.c \
        $(NULL)
 
+SOURCES_yuy2_i422 = \
+       yuy2_i422.c \
+       $(NULL)
+
+SOURCES_yuy2_i420 = \
+       yuy2_i420.c \
+       $(NULL)