aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/Makefile
diff options
context:
space:
mode:
authornotaz2012-04-21 23:21:13 +0300
committernotaz2012-04-22 01:58:10 +0300
commit1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 (patch)
tree3c5ca172e769b7e4ad263cfe78b0ff24f5cb915d /plugins/dfxvideo/Makefile
parent4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d (diff)
downloadpcsx_rearmed-1f219c7b8a6f2b7a70f595ccdfe419ea034c9411.tar.gz
pcsx_rearmed-1f219c7b8a6f2b7a70f595ccdfe419ea034c9411.tar.bz2
pcsx_rearmed-1f219c7b8a6f2b7a70f595ccdfe419ea034c9411.zip
rename vout_fb to vout_pl
that code outputs through plugin_lib, which is not necessary fb.
Diffstat (limited to 'plugins/dfxvideo/Makefile')
-rw-r--r--plugins/dfxvideo/Makefile2
1 files changed, 1 insertions, 1 deletions
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