]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/Modules.am
* modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
[vlc] / modules / video_chroma / Modules.am
index 2a6adce69ab4fb8cf862bcfbe1cf44cc32e499d7..23bf554a6622af4246b04223cc0550332f6aeca3 100644 (file)
@@ -1,23 +1,43 @@
 SOURCES_i420_rgb = \
        modules/video_chroma/i420_rgb.c \
+       modules/video_chroma/i420_rgb.h \
        modules/video_chroma/i420_rgb8.c \
-       modules/video_chroma/i420_rgb16.c
+       modules/video_chroma/i420_rgb16.c \
+       modules/video_chroma/i420_rgb_c.h \
+       $(NULL)
+
 SOURCES_i420_rgb_mmx = \
        modules/video_chroma/i420_rgb.c \
-       modules/video_chroma/i420_rgb16.c
+       modules/video_chroma/i420_rgb.h \
+       modules/video_chroma/i420_rgb16.c \
+       modules/video_chroma/i420_rgb_mmx.h \
+       $(NULL)
+
+SOURCES_i420_yuy2 = \
+       modules/video_chroma/i420_yuy2.c \
+       modules/video_chroma/i420_yuy2.h \
+       $(NULL)
 
-SOURCES_i420_yuy2 = modules/video_chroma/i420_yuy2.c
-SOURCES_i420_yuy2_mmx = modules/video_chroma/i420_yuy2.c
+SOURCES_i420_yuy2_mmx = \
+       modules/video_chroma/i420_yuy2.c \
+       modules/video_chroma/i420_yuy2.h \
+       $(NULL)
 
-SOURCES_i422_yuy2 = modules/video_chroma/i422_yuy2.c
-SOURCES_i422_yuy2_mmx = modules/video_chroma/i422_yuy2.c
+SOURCES_i422_yuy2 = \
+       modules/video_chroma/i422_yuy2.c \
+       modules/video_chroma/i422_yuy2.h \
+       $(NULL)
 
-SOURCES_i420_ymga = modules/video_chroma/i420_ymga.c
-SOURCES_i420_ymga_mmx = modules/video_chroma/i420_ymga.c
+SOURCES_i422_yuy2_mmx = \
+       modules/video_chroma/i422_yuy2.c \
+       modules/video_chroma/i422_yuy2.h \
+       $(NULL)
+
+SOURCES_i420_ymga = \
+       modules/video_chroma/i420_ymga.c
+       $(NULL)
+
+SOURCES_i420_ymga_mmx = \
+       modules/video_chroma/i420_ymga.c
+       $(NULL)
 
-noinst_HEADERS += \
-       modules/video_chroma/i420_rgb.h \
-       modules/video_chroma/i420_rgb_c.h \
-       modules/video_chroma/i420_rgb_mmx.h \
-       modules/video_chroma/i420_yuy2.h \
-       modules/video_chroma/i422_yuy2.h