diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 09:49:16 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 09:49:16 -0300 |
| commit | a6abaa333259a9d636720762d2aef33727eaf602 (patch) | |
| tree | e6463670f5546c1fb6690bef4bcd6857debf43e1 /v4l2-apps/util/Makefile | |
| parent | fe1b63559744f62262a57748763586b4a97bed3b (diff) | |
| download | mediapointer-dvb-s2-a6abaa333259a9d636720762d2aef33727eaf602.tar.gz mediapointer-dvb-s2-a6abaa333259a9d636720762d2aef33727eaf602.tar.bz2 | |
Start userspace decoding application for tm6000
From: Mauro Carvalho Chehab <mchehab@redhat.com>
This small application allows testing tm6000 raw format decoding in
software.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-apps/util/Makefile')
| -rw-r--r-- | v4l2-apps/util/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/v4l2-apps/util/Makefile b/v4l2-apps/util/Makefile index 29f3f4852..0bee48571 100644 --- a/v4l2-apps/util/Makefile +++ b/v4l2-apps/util/Makefile @@ -28,7 +28,7 @@ endif CPPFLAGS += -I../include -D_GNU_SOURCE LDFLAGS += -lm -binaries = v4l2-ctl v4l2-dbg v4l2-compliance ivtv-ctl cx18-ctl v4l2-sysfs-path +binaries = v4l2-ctl v4l2-dbg v4l2-compliance ivtv-ctl cx18-ctl v4l2-sysfs-path decode_tm6000 ifeq ($(prefix),) prefix = /usr @@ -53,6 +53,12 @@ qv4l2: v4l2-dbg: v4l2-dbg.o v4l2-chipids.o $(CXX) $^ -o $@ +../lib/libv4l2.a: ../lib/v4l2_driver.c ../lib/frequencies.c + make -C ../lib libv4l2.a + +decode_tm6000: decode_tm6000.o ../lib/libv4l2.a + + v4l2-dbg.o: v4l2-dbg.h v4l2-dbg-bttv.h v4l2-dbg-em28xx.h v4l2-dbg-saa7134.h v4l2-sysfs-path.o: v4l2-sysfs-path.c ../libv4l2util/v4l2_driver.h |
