From 22fa3f2b3d09f3694f938ca895d447a30ec96f25 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:58:51 +0200 Subject: detect undefined symbols early --- 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 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 -- cgit v1.2.3