summaryrefslogtreecommitdiff
path: root/multimedia/tvtime/patches/dqbuf-fix.patch
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2015-07-24 13:23:47 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit38fb93d50525a035271b5fc7042e55518ff1e07b (patch)
treeeb1073690b419998fe8fc922d027ebcdcd5ab3ba /multimedia/tvtime/patches/dqbuf-fix.patch
parent4af65c01a9c745f50b38d076a213030bc6127df2 (diff)
downloadslackbuilds-38fb93d50525a035271b5fc7042e55518ff1e07b.tar.gz
multimedia/tvtime: Updated for version 1.0.7.
Fixes build with libpng-1.6. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/tvtime/patches/dqbuf-fix.patch')
-rw-r--r--multimedia/tvtime/patches/dqbuf-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/tvtime/patches/dqbuf-fix.patch b/multimedia/tvtime/patches/dqbuf-fix.patch
deleted file mode 100644
index b875d21d32..0000000000
--- a/multimedia/tvtime/patches/dqbuf-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur tvtime-1.0.2-old/src/videoinput.c tvtime-1.0.2/src/videoinput.c
---- tvtime-1.0.2-old/src/videoinput.c 2007-07-08 14:29:13.539465861 +0300
-+++ tvtime-1.0.2/src/videoinput.c 2007-07-08 14:42:32.776963292 +0300
-@@ -377,6 +377,7 @@
- wait_for_frame_v4l2( vidin );
-
- cur_buf.type = vidin->capbuffers[ 0 ].vidbuf.type;
-+ cur_buf.memory = vidin->capbuffers[ 0 ].vidbuf.memory;
- if( ioctl( vidin->grab_fd, VIDIOC_DQBUF, &cur_buf ) < 0 ) {
- /* some drivers return EIO when there is no signal */
- if( errno != EIO ) {