summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-import-v4l
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-29 06:59:08 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 18:59:51 -0500
commit450bb37cf300a850f3c5825bbe79860558cbe3f7 (patch)
treed7e493508af713bc07a94ea945ab66be80870212 /multimedia/transcode/files/patch-import-v4l
parentwww/horde-base: Remove expired port: (diff)
multimedia/transcode: Remove expired port:12.3-last
2023-03-31 multimedia/transcode: abandoned by upstream and does not build
Diffstat (limited to 'multimedia/transcode/files/patch-import-v4l')
-rw-r--r--multimedia/transcode/files/patch-import-v4l30
1 files changed, 0 insertions, 30 deletions
diff --git a/multimedia/transcode/files/patch-import-v4l b/multimedia/transcode/files/patch-import-v4l
deleted file mode 100644
index 7017cc9c1f51..000000000000
--- a/multimedia/transcode/files/patch-import-v4l
+++ /dev/null
@@ -1,30 +0,0 @@
---- import/v4l/import_v4l.c.orig 2011-11-19 11:50:27.000000000 -0500
-+++ import/v4l/import_v4l.c 2013-06-10 14:51:01.000000000 -0400
-@@ -29,7 +29,7 @@
- #include <sys/ioctl.h>
- #include <sys/mman.h>
-
--#include "videodev.h"
-+#include <linux/videodev.h>
-
- #define MOD_NAME "import_v4l.so"
- #define MOD_VERSION "v0.2.0 (2008-10-26)"
---- import/probe_v4l.c.orig 2011-11-19 11:50:27.000000000 -0500
-+++ import/probe_v4l.c 2013-06-10 14:54:28.000000000 -0400
-@@ -31,14 +31,12 @@
-
- #include <sys/ioctl.h>
-
--#include "v4l/videodev.h"
-+#include <linux/videodev.h>
-
- #if defined(HAVE_LINUX_VIDEODEV2_H) && defined(HAVE_STRUCT_V4L2_BUFFER)
- #define _LINUX_TIME_H
--#include <linux/videodev2.h>
--#else
--#include "v4l/videodev2.h"
- #endif
-+#include <linux/videodev2.h>
-
-
- void probe_v4l(info_t *ipipe)