]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/Modules.am
Qt4 - Playlist: fix the resizing of the QSPlitter containing the art.
[vlc] / modules / video_chroma / Modules.am
index ad882d270067fe327d1d835dc7339cd20d539c6f..ca449fec62abc0206740944b8352bd8286ee68ba 100644 (file)
@@ -50,6 +50,15 @@ SOURCES_i422_yuy2_mmx = \
        i422_yuy2.h \
        $(NULL)
 
+SOURCES_i422_yuy2_sse2 = \
+       i422_yuy2.c \
+       i422_yuy2.h \
+       $(NULL)
+
+SOURCES_i422_i420 = \
+       i422_i420.c \
+       $(NULL)
+
 SOURCES_i420_ymga = \
        i420_ymga.c \
        $(NULL)
@@ -62,3 +71,14 @@ SOURCES_grey_yuv = \
        grey_yuv.c \
        $(NULL)
 
+SOURCES_yuy2_i422 = \
+       yuy2_i422.c \
+       $(NULL)
+
+SOURCES_yuy2_i420 = \
+       yuy2_i420.c \
+       $(NULL)
+
+SOURCES_chroma_chain = \
+       chain.c \
+       $(NULL)