aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/Makefile
diff options
context:
space:
mode:
authornotaz2012-11-05 00:58:51 +0200
committernotaz2012-11-05 03:12:25 +0200
commit22fa3f2b3d09f3694f938ca895d447a30ec96f25 (patch)
treefca09040f183bcb708b23474e9b2f35ce21db7c9 /plugins/dfxvideo/Makefile
parentcc56203b76e1fcef2c7e55b460daf07e654a1547 (diff)
downloadpcsx_rearmed-22fa3f2b3d09f3694f938ca895d447a30ec96f25.tar.gz
pcsx_rearmed-22fa3f2b3d09f3694f938ca895d447a30ec96f25.tar.bz2
pcsx_rearmed-22fa3f2b3d09f3694f938ca895d447a30ec96f25.zip
detect undefined symbols early
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 a5ca5f3..250cc49 100644
--- a/plugins/dfxvideo/Makefile
+++ b/plugins/dfxvideo/Makefile
@@ -12,7 +12,7 @@ ifeq "$(ARCH)" "arm"
SRC_STANDALONE += draw_pl.c
else
SRC_STANDALONE += draw.c
-LDLIBS_STANDALONE += -lX11 -lXv
+LDLIBS_STANDALONE += -lX11 -lXv -lXext
endif
BIN_STANDLALONE = gpuPEOPS.so