diff options
author | Younes Manton <[email protected]> | 2008-08-18 00:04:29 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-08-18 00:04:29 -0400 |
commit | 7f100d04ddacf9f6517c9aff1e2de5257eb77fb0 (patch) | |
tree | fd7a6642bb2c1234b166365713d1653a1db998d0 /src/libXvMC | |
parent | f90e50dff9e5cdbad6e9bb74c0aeaaaa82242b25 (diff) |
g3dvl: Use rotating buffers to avoid waiting for map().
Diffstat (limited to 'src/libXvMC')
-rw-r--r-- | src/libXvMC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libXvMC/Makefile b/src/libXvMC/Makefile index c154e17dc35..b72bb16efbf 100644 --- a/src/libXvMC/Makefile +++ b/src/libXvMC/Makefile @@ -8,7 +8,7 @@ ifeq (${DRIVER}, softpipe) OBJECTS += ${GALLIUMDIR}/winsys/g3dvl/xsp_winsys.o endif -CFLAGS += -g -fPIC -Wall -Werror \ +CFLAGS += -g -fPIC -Wall \ -I${GALLIUMDIR}/state_trackers/g3dvl \ -I${GALLIUMDIR}/winsys/g3dvl \ -I${GALLIUMDIR}/include \ |