From 69089ef5b0b7ecd33e3126401472b0f64cf91a5b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 4 Sep 2012 21:08:19 -0700 Subject: [PATCH] Remove xvmc hack --- src/gallium/targets/Makefile.xvmc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/targets/Makefile.xvmc b/src/gallium/targets/Makefile.xvmc index 0a0ac1b2621..8ae7e9a9ef7 100644 --- a/src/gallium/targets/Makefile.xvmc +++ b/src/gallium/targets/Makefile.xvmc @@ -25,8 +25,6 @@ else endif endif -# XXX: Hack, XvMC public funcs aren't exported if we link to libxvmctracker.a :( -C_SOURCES += $(wildcard $(TOP)/src/gallium/state_trackers/xvmc/*.c) OBJECTS = $(C_SOURCES:.c=.o) \ $(ASM_SOURCES:.S=.o) -- 2.30.2