]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/Modules.am
Direct2D video output module
[vlc] / modules / video_output / msw / Modules.am
index 9f1836cbc3882baaaf83029922cbd3f40da267dc..0613bae510d28102999780a1b8aa646311ef5746 100644 (file)
@@ -1,9 +1,17 @@
+SOURCES_direct2d = \
+        direct2d.c \
+        common.h \
+        events.h \
+        events.c \
+        common.c \
+        $(NULL)
+
 SOURCES_directx = \
        directx.c \
-       vout.h \
-       events_vo.h \
-       events_vo.c \
-       common_vo.c \
+       common.h \
+       events.h \
+       events.c \
+       common.c \
        $(NULL)
 
 SOURCES_direct3d = \
@@ -24,16 +32,16 @@ SOURCES_glwin32 = \
 
 SOURCES_wingdi = \
        wingdi.c \
-       vout.h \
-       events_vo.h \
-       events_vo.c \
-       common_vo.c \
+       common.h \
+       events.h \
+       events.c \
+       common.c \
        $(NULL)
 
 SOURCES_wingapi = \
        wingdi.c \
-       vout.h \
-       events_vo.h \
-       events_vo.c \
-       common_vo.c \
+       common.h \
+       events.h \
+       events.c \
+       common.c \
        $(NULL)