]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/Modules.am
Fix preferences for jack (avoid the double 'pace' text)
[vlc] / modules / video_chroma / Modules.am
index aea44233db71708eb972619b2afba325a88e9287..70d67fa13b4ab90d31bb5763370962a2314192fd 100644 (file)
@@ -71,3 +71,10 @@ SOURCES_grey_yuv = \
        grey_yuv.c \
        $(NULL)
 
+SOURCES_yuy2_i422 = \
+       yuy2_i422.c \
+       $(NULL)
+
+SOURCES_yuy2_i420 = \
+       yuy2_i420.c \
+       $(NULL)