From 1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 21 Apr 2012 23:21:13 +0300 Subject: rename vout_fb to vout_pl that code outputs through plugin_lib, which is not necessary fb. --- plugins/dfxvideo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfxvideo/Makefile') diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index b6cc756..a5ca5f3 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -9,7 +9,7 @@ SRC_STANDALONE += gpu.c SRC_GPULIB += gpulib_if.c ifeq "$(ARCH)" "arm" -SRC_STANDALONE += draw_fb.c +SRC_STANDALONE += draw_pl.c else SRC_STANDALONE += draw.c LDLIBS_STANDALONE += -lX11 -lXv -- cgit v1.2.3