[vlc-commits] xcb-window: make sure VLC_ADD_CFLAGS is useful

Rafaël Carré git at videolan.org
Mon Sep 19 04:30:42 CEST 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Sep 18 22:29:01 2011 -0400| [747a97b2cf2b2a3af08d6f03b40549e3ee2c3f48] | committer: Rafaël Carré

xcb-window: make sure VLC_ADD_CFLAGS is useful

fix compilation of code under #ifdef HAVE_XCB_KEYSYMS
-> fix key bindings

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=747a97b2cf2b2a3af08d6f03b40549e3ee2c3f48
---

 modules/video_output/Modules.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 10a079c..8170558 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -77,6 +77,7 @@ libxcb_glx_plugin_la_DEPENDENCIES =
 
 libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c xcb/keysym.h xcb/xcb_keysym.h
 libxcb_window_plugin_la_CFLAGS = $(AM_CFLAGS) \
+	$(CFLAGS_xcb_window) \
 	$(XPROTO_CFLAGS) \
 	$(XCB_CFLAGS) \
 	$(XCB_KEYSYMS_CFLAGS)



More information about the vlc-commits mailing list