From 34b8d551284bb29e2b6077ac0cef41675d865e0a Mon Sep 17 00:00:00 2001 From: Cooper Yuan Date: Tue, 22 Sep 2009 09:23:45 +0800 Subject: xvmc: rename radeon vl library --- src/gallium/winsys/g3dvl/radeon/Makefile | 2 +- src/xvmc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/winsys/g3dvl/radeon/Makefile b/src/gallium/winsys/g3dvl/radeon/Makefile index 38853c2eb..7bc8bdddf 100644 --- a/src/gallium/winsys/g3dvl/radeon/Makefile +++ b/src/gallium/winsys/g3dvl/radeon/Makefile @@ -1,4 +1,4 @@ -TARGET = libradeon_dri.so +TARGET = libradeon_vl.so GALLIUMDIR = ../../.. DRMDIR ?= /usr DRIDIR = ../../../../driclient diff --git a/src/xvmc/Makefile b/src/xvmc/Makefile index 87a78e355..d8e5d9d5a 100644 --- a/src/xvmc/Makefile +++ b/src/xvmc/Makefile @@ -33,7 +33,7 @@ endif ifeq (${DRIVER}, softpipe) LIBS += -lg3dvl -lsoftpipe -ldraw -ltgsi -ltranslate -lrtasm -lcso_cache -lutil -lm else -LIBS += -lg3dvl -lradeon_dri -lutil +LIBS += -lg3dvl -lradeon_vl -lutil endif ############################################# -- cgit v1.2.3