summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.xvmc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/Makefile.xvmc')
-rw-r--r--src/gallium/targets/Makefile.xvmc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/Makefile.xvmc b/src/gallium/targets/Makefile.xvmc
index 8c7b7f4de5b..a46183e8de6 100644
--- a/src/gallium/targets/Makefile.xvmc
+++ b/src/gallium/targets/Makefile.xvmc
@@ -12,7 +12,7 @@ INCLUDES = -I$(TOP)/src/gallium/include \
$(DRIVER_INCLUDES)
DEFINES = -DGALLIUM_TRACE $(DRIVER_DEFINES)
LIBS = $(EXTRA_LIB_PATH) $(DRIVER_LIBS) -lXv -lX11 -lm
-STATE_TRACKER_LIB = $(TOP)/src/gallium/state_trackers/xorg/xvmc/libxvmctracker.a
+STATE_TRACKER_LIB = $(TOP)/src/gallium/state_trackers/xvmc/libxvmctracker.a
ifeq ($(MESA_LLVM),1)
LDFLAGS += $(LLVM_LDFLAGS)
@@ -29,7 +29,7 @@ endif
# XXX: Hack, XvMC public funcs aren't exported if we link to libxvmctracker.a :(
OBJECTS = $(C_SOURCES:.c=.o) \
$(ASM_SOURCES:.S=.o) \
- $(TOP)/src/gallium/state_trackers/xorg/xvmc/*.o
+ $(TOP)/src/gallium/state_trackers/xvmc/*.o
##### RULES #####