[vlc-commits] commit: Cosmetic ( Rémi Denis-Courmont )
    git at videolan.org 
    git at videolan.org
       
    Mon Nov  8 22:39:08 CET 2010
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov  8 23:31:32 2010 +0200| [5333f1c8f793fd1390b59684c723b6fcd0f053f8] | committer: Rémi Denis-Courmont 
Cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5333f1c8f793fd1390b59684c723b6fcd0f053f8
---
 modules/video_output/Modules.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 57e286f..87520c8 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -15,6 +15,7 @@ SOURCES_yuv = yuv.c
 SOURCES_vout_macosx = macosx.m opengl.h opengl.c
 SOURCES_vout_ios = ios.m opengl.h opengl.c
 
+### XCB ###
 libxcb_x11_plugin_la_SOURCES = \
 	xcb/xcb_vlc.h \
 	xcb/x11.c \
@@ -72,7 +73,7 @@ libvlc_LTLIBRARIES += \
 	$(LTLIBxcb_xv) \
 	$(LTLIBxcb_glx)
 
-# XXX: do we need yet another modules/ subdirectory?
+### Win32 ###
 libdrawable_plugin_la_SOURCES = drawable.c
 libdrawable_plugin_la_CFLAGS = $(AM_CFLAGS)
 libdrawable_plugin_la_LIBADD = $(AM_LIBADD)
    
    
More information about the vlc-commits
mailing list