diff options
-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 ############################################# |