]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/Modules.am
Less memleaks in Qt interface.
[vlc] / modules / video_output / x11 / Modules.am
index db3beab46f8724bf23d8eefc75c61b6a6821bc54..d00f375a755c4cd3526f041284dd208c98e93fcf 100644 (file)
@@ -1,9 +1,24 @@
 SOURCES_x11 = \
-       modules/video_output/x11/x11.c \
-       modules/video_output/x11/xcommon.c
+       x11.c \
+       xcommon.c \
+       xcommon.h \
+       $(NULL)
+
 SOURCES_xvideo = \
-       modules/video_output/x11/xvideo.c \
-       modules/video_output/x11/xcommon.c
+       xvideo.c \
+       xcommon.c \
+       xcommon.h \
+       $(NULL)
+
+SOURCES_glx = \
+       glx.c \
+       xcommon.c \
+       xcommon.h \
+       $(NULL)
+
+SOURCES_xvmc = \
+        xvmc.c \
+        xcommon.c \
+        xcommon.h \
+        $(NULL)
 
-noinst_HEADERS += \
-       modules/video_output/x11/xcommon.h