diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-04 18:12:53 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-04 18:12:53 +0000 |
commit | 29de3d76ef4761e34aee107d458bfabe3ce96298 (patch) | |
tree | 88f2ed9742c7965109deac361a7fb0143095c5d6 | |
parent | 283be73779b8113fe5f2f86531a03fd9471c6eef (diff) | |
download | xine-lib-29de3d76ef4761e34aee107d458bfabe3ce96298.tar.gz xine-lib-29de3d76ef4761e34aee107d458bfabe3ce96298.tar.bz2 |
Pass $(X_CFLAGS) when compiling syncfb.
Noticed by Thomas Koeller <tkoeller@users.sourceforge.net>.
-rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index c40535d9e..d447417c5 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -136,7 +136,7 @@ xineplug_vo_out_opengl_la_CFLAGS = $(VISIBILITY_FLAG) $(X_CFLAGS) $(MLIB_CFLAGS) xineplug_vo_out_syncfb_la_SOURCES = video_out_syncfb.c xineplug_vo_out_syncfb_la_LIBADD = $(XINE_LIB) $(X_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) -xineplug_vo_out_syncfb_la_CFLAGS = $(VISIBILITY_FLAG) +xineplug_vo_out_syncfb_la_CFLAGS = $(VISIBILITY_FLAG) $(X_CFLAGS) xineplug_vo_out_pgx64_la_SOURCES = video_out_pgx64.c xineplug_vo_out_pgx64_la_LIBADD = $(XINE_LIB) $(X_LIBS) $(SUNDGA_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) |