diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-27 08:27:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 08:17:12 -0200 |
commit | 55fe25b418640fad04190103274841b2c907bacd (patch) | |
tree | a0ae7daa810729801269287824ec828b59120d83 /Documentation/video4linux/Makefile | |
parent | 1fb03673b9eddb55a08174d0952c0a1c2438997e (diff) | |
download | blackbird-op-linux-55fe25b418640fad04190103274841b2c907bacd.tar.gz blackbird-op-linux-55fe25b418640fad04190103274841b2c907bacd.zip |
[media] Remove the old V4L1 v4lgrab.c file
This example file uses the old V4L1 API. It also doesn't use libv4l.
So, it is completely obsolete. A good example already exists at
v4l-utils (v4l2grab.c):
http://git.linuxtv.org/v4l-utils.git
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/video4linux/Makefile')
-rw-r--r-- | Documentation/video4linux/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/video4linux/Makefile b/Documentation/video4linux/Makefile deleted file mode 100644 index 1ed0e98d057d..000000000000 --- a/Documentation/video4linux/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# kbuild trick to avoid linker error. Can be omitted if a module is built. -obj- := dummy.o - -# List of programs to build -hostprogs-y := v4lgrab - -# Tell kbuild to always build the programs -always := $(hostprogs-y) |