summaryrefslogtreecommitdiff
path: root/src/libXvMC/Makefile
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-12-20 17:09:55 -0500
committerYounes Manton <younes.m@gmail.com>2009-01-10 13:52:07 -0500
commit1e9c3efcc783cee46268cc227234ed118f0cc08b (patch)
treeffbd201fa2eae04348797d74e2124f739858fe3d /src/libXvMC/Makefile
parentdb1021a37c29a60c70ce294077680ca3e98a6460 (diff)
g3dvl: Use Gallium MALLOC wrappers.
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 4de26e9620..7badcfd264 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 \
+CFLAGS += -g -fPIC -Wall -Werror=implicit-function-declaration \
-I${GALLIUMDIR}/state_trackers/g3dvl \
-I${GALLIUMDIR}/winsys/g3dvl \
-I${GALLIUMDIR}/include \