diff options
author | Cooper Yuan <cooperyuan@gmail.com> | 2009-09-22 09:23:45 +0800 |
---|---|---|
committer | Cooper Yuan <cooperyuan@gmail.com> | 2009-09-22 09:23:45 +0800 |
commit | 34b8d551284bb29e2b6077ac0cef41675d865e0a (patch) | |
tree | 43e5066872cb3931f8e04f3caa4dca835c433868 | |
parent | 28fef30f1f30aacc003267b1c267f2e0e0bfe665 (diff) |
xvmc: rename radeon vl library
-rw-r--r-- | src/gallium/winsys/g3dvl/radeon/Makefile | 2 | ||||
-rw-r--r-- | 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 ############################################# |