summaryrefslogtreecommitdiff
path: root/v4l2-apps/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-apps/test/Makefile')
-rw-r--r--v4l2-apps/test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/v4l2-apps/test/Makefile b/v4l2-apps/test/Makefile
index 48b9643f8..ae8868c21 100644
--- a/v4l2-apps/test/Makefile
+++ b/v4l2-apps/test/Makefile
@@ -8,6 +8,7 @@ binaries = ioctl-test \
vbi-test \
v4lgrab \
driver-test \
+ pixfmt-test \
capture_example
.PHONY: all clean install
@@ -24,4 +25,7 @@ install:
driver-test: driver-test.o ../lib/libv4l2.a
+pixfmt-test: pixfmt-test.o
+ $(CC) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lX11
+
include ../Make.rules