aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-04-21 23:21:13 +0300
committernotaz2012-04-22 01:58:10 +0300
commit1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 (patch)
tree3c5ca172e769b7e4ad263cfe78b0ff24f5cb915d /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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b5ffe1..cdc1a74 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ LDLIBS += -lX11 `sdl-config --libs`
OBJS += plugins/gpulib/vout_sdl.o
plugins/gpulib/vout_sdl.o: CFLAGS += `sdl-config --cflags`
else
-OBJS += plugins/gpulib/vout_fb.o
+OBJS += plugins/gpulib/vout_pl.o
endif
# cdrcimg