[vlc-devel] commit: XCB: output does not need -lxcb_aux anymore ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Apr 18 20:46:26 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 18 19:29:18 2009 +0300| [48404a89415d4ea3afc94d997a29c2c5a08e5afc] | committer: Rémi Denis-Courmont
XCB: output does not need -lxcb_aux anymore
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48404a89415d4ea3afc94d997a29c2c5a08e5afc
---
modules/video_output/Modules.am | 4 ++--
modules/video_output/xcb/x11.c | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index f4751e8..4c084d5 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -27,11 +27,11 @@ libxcb_plugin_la_SOURCES = \
libxcb_plugin_la_CFLAGS = $(AM_CFLAGS) \
$(XCB_CFLAGS) $(XCB_SHM) \
$(XPROTO_CFLAGS) \
- $(XCB_AUX_CFLAGS) $(XCB_IMAGE_CFLAGS)
+ $(XCB_IMAGE_CFLAGS)
libxcb_plugin_la_LIBADD = $(AM_LIBADD) \
$(XCB_LIBS) $(XCB_SHM) \
$(XPROTO_LIBS) \
- $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)
+ $(XCB_IMAGE_LIBS)
libxcb_plugin_la_DEPENDENCIES =
libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c
diff --git a/modules/video_output/xcb/x11.c b/modules/video_output/xcb/x11.c
index 03cc478..9d6267d 100644
--- a/modules/video_output/xcb/x11.c
+++ b/modules/video_output/xcb/x11.c
@@ -33,7 +33,6 @@
#include <xcb/xcb.h>
#include <xcb/shm.h>
-#include <xcb/xcb_aux.h>
#include <xcb/xcb_image.h>
#include <vlc_common.h>
More information about the vlc-devel
mailing list