diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-09 15:38:11 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-09 15:38:11 -0200 |
commit | 72091cc67a980e47b58cc61e9d9fc283214f63d7 (patch) | |
tree | bf186bbea0071bc60cbb7f0be07533064f5c1bf9 /v4l2-apps/test | |
parent | 65d583309cc02a4b3cedbdfaf1271c89e638410f (diff) | |
download | mediapointer-dvb-s2-72091cc67a980e47b58cc61e9d9fc283214f63d7.tar.gz mediapointer-dvb-s2-72091cc67a980e47b58cc61e9d9fc283214f63d7.tar.bz2 |
Fix Makefile to compile stress-buffer.c
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-apps/test')
-rw-r--r-- | v4l2-apps/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/test/Makefile b/v4l2-apps/test/Makefile index faafed14d..a996c0baf 100644 --- a/v4l2-apps/test/Makefile +++ b/v4l2-apps/test/Makefile @@ -9,6 +9,7 @@ binaries = ioctl-test \ v4lgrab \ driver-test \ pixfmt-test \ + stress-buffer \ capture_example .PHONY: all clean install |