]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/Modules.am
Direct2D video output module
[vlc] / modules / video_output / msw / Modules.am
index ba1636b614bd6f5b6c818006b6f56bffda461429..0613bae510d28102999780a1b8aa646311ef5746 100644 (file)
@@ -1,29 +1,47 @@
-SOURCES_vout_directx = \
+SOURCES_direct2d = \
+        direct2d.c \
+        common.h \
+        events.h \
+        events.c \
+        common.c \
+        $(NULL)
+
+SOURCES_directx = \
        directx.c \
-       vout.h \
+       common.h \
+       events.h \
        events.c \
+       common.c \
        $(NULL)
 
 SOURCES_direct3d = \
        direct3d.c \
-       vout.h \
+       common.h \
+       events.h \
        events.c \
+       common.c \
        $(NULL)
 
 SOURCES_glwin32 = \
        glwin32.c \
-       vout.h \
+       common.h \
+       events.h \
        events.c \
+       common.c \
        $(NULL)
 
 SOURCES_wingdi = \
        wingdi.c \
-       vout.h \
+       common.h \
+       events.h \
        events.c \
+       common.c \
        $(NULL)
 
 SOURCES_wingapi = \
-       windi.c \
-       vout.h \
+       wingdi.c \
+       common.h \
+       events.h \
        events.c \
+       common.c \
        $(NULL)