summaryrefslogtreecommitdiff
path: root/src/libXvMC/Makefile
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-08-18 00:04:29 -0400
committerYounes Manton <younes.m@gmail.com>2008-08-18 00:04:29 -0400
commit7f100d04ddacf9f6517c9aff1e2de5257eb77fb0 (patch)
treefd7a6642bb2c1234b166365713d1653a1db998d0 /src/libXvMC/Makefile
parentf90e50dff9e5cdbad6e9bb74c0aeaaaa82242b25 (diff)
g3dvl: Use rotating buffers to avoid waiting for map().
Diffstat (limited to 'src/libXvMC/Makefile')
-rw-r--r--src/libXvMC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libXvMC/Makefile b/src/libXvMC/Makefile
index c154e17dc3..b72bb16efb 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 \