diff options
author | Younes Manton <younes.m@gmail.com> | 2009-09-27 21:54:20 -0400 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2009-09-27 21:54:20 -0400 |
commit | 97c28bb63a4e1029eaf36d23b780f4d3396118a0 (patch) | |
tree | f6e0c325c5f40fd0da0c2ff94fbe2228aec47a85 /src/gallium/winsys/g3dvl | |
parent | e44c85637a3298918e292e9ddba812856cf92924 (diff) | |
download | external_mesa3d-97c28bb63a4e1029eaf36d23b780f4d3396118a0.zip external_mesa3d-97c28bb63a4e1029eaf36d23b780f4d3396118a0.tar.gz external_mesa3d-97c28bb63a4e1029eaf36d23b780f4d3396118a0.tar.bz2 |
g3dvl: Move XvMC under the Xorg state tracker.
Diffstat (limited to 'src/gallium/winsys/g3dvl')
-rw-r--r-- | src/gallium/winsys/g3dvl/xlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/winsys/g3dvl/xlib/Makefile b/src/gallium/winsys/g3dvl/xlib/Makefile index d4cbf0e..cf765ef 100644 --- a/src/gallium/winsys/g3dvl/xlib/Makefile +++ b/src/gallium/winsys/g3dvl/xlib/Makefile @@ -20,9 +20,9 @@ DEFINES += -DGALLIUM_SOFTPIPE \ SOURCES = xsp_winsys.c -# XXX: Hack, if we include libXvMCapi.a in LIBS none of the symbols are +# XXX: Hack, if we include libxvmctracker.a in LIBS none of the symbols are # pulled in by the linker because xsp_winsys.c doesn't refer to them -OBJECTS = $(SOURCES:.c=.o) $(TOP)/src/xvmc/*.o +OBJECTS = $(SOURCES:.c=.o) $(TOP)/src/gallium/state_trackers/xorg/xvmc/*.o LIBS = $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ $(TOP)/src/gallium/auxiliary/vl/libvl.a \ |