diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-13 08:04:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-13 08:04:53 -0300 |
commit | 6d1687f3c08ec5c408b776e3e291bc8a383091e4 (patch) | |
tree | 4618753f972a1d343f0c62333ddc04a392005bcf /test/Makefile | |
parent | 348451c7a70fd16d28358881e282612275e19dd2 (diff) | |
download | mediapointer-dvb-s2-6d1687f3c08ec5c408b776e3e291bc8a383091e4.tar.gz mediapointer-dvb-s2-6d1687f3c08ec5c408b776e3e291bc8a383091e4.tar.bz2 |
Added a v4l vbi small test application.
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Also removed whitespaces from test environment
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 2bfdcb4dc..8623e4d98 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -FILES = ioctl-test sliced-vbi-test sliced-vbi-detect +FILES = ioctl-test sliced-vbi-test sliced-vbi-detect vbi-test CC = gcc LIBS = CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops -g -I ../linux/include |