diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-07-01 14:08:26 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-07-01 14:08:26 +0200 |
commit | 3767ec2c71761752e9a038d064e106843c663335 (patch) | |
tree | 6480c7686b21344e2042a85c13ddb4dd98c4a82a /test/qv4l2/qv4l2.pro | |
parent | 54b507ede0a1c5349b47f84af7d3d0b417467e3a (diff) | |
download | mediapointer-dvb-s2-3767ec2c71761752e9a038d064e106843c663335.tar.gz mediapointer-dvb-s2-3767ec2c71761752e9a038d064e106843c663335.tar.bz2 |
Added TV standard support and (partial) freq. handling.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'test/qv4l2/qv4l2.pro')
-rw-r--r-- | test/qv4l2/qv4l2.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/qv4l2/qv4l2.pro b/test/qv4l2/qv4l2.pro index 62eb56b07..cfa608ca2 100644 --- a/test/qv4l2/qv4l2.pro +++ b/test/qv4l2/qv4l2.pro @@ -7,4 +7,4 @@ INCLUDEPATH += . ../../linux/include # Input HEADERS += qv4l2.h -SOURCES += qv4l2.cpp +SOURCES += qv4l2.cpp frequencies.c |