xf86-video-intel: src/xvmc/Makefile.am

Chris Wilson ickle at kemper.freedesktop.org
Wed Feb 6 02:39:55 PST 2013


 src/xvmc/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit cd6d8f9b9df02934ebfff76cb40410c8ce3887dd
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Feb 6 10:37:50 2013 +0000

    xvmc: Add the complementary XCB_CFLAGS
    
    After splitting the xvmc dependences into xcb and non-xcb, we then also
    have to add the xcb CFLAGS to build libIntelXVmc.la
    
    Reported-by: Julien Cristau <jcristau at debian.org>
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/xvmc/Makefile.am b/src/xvmc/Makefile.am
index 85e6a89..51c98b0 100644
--- a/src/xvmc/Makefile.am
+++ b/src/xvmc/Makefile.am
@@ -17,7 +17,8 @@ libIntelXvMC_la_SOURCES = intel_xvmc.c \
         intel_batchbuffer.h
 
 AM_CFLAGS = @XORG_CFLAGS@ @DRM_CFLAGS@ @DRI_CFLAGS@ \
-	@XVMCLIB_CFLAGS@ -I$(top_srcdir)/src -DTRUE=1 -DFALSE=0
+	    @XVMCLIB_CFLAGS@ @XCB_CFLAGS@ \
+	    -I$(top_srcdir)/src -DTRUE=1 -DFALSE=0
 
 libIntelXvMC_la_LDFLAGS = -version-number 1:0:0
 libIntelXvMC_la_LIBADD = @DRI_LIBS@ @DRM_LIBS@ @XVMCLIB_LIBS@ @XCB_LIBS@ @DRMINTEL_LIBS@ -lpthread


More information about the xorg-commit mailing list