summaryrefslogtreecommitdiff
path: root/devel/ptlib26/files/patch-plugins_vidinput_v4l_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ptlib26/files/patch-plugins_vidinput_v4l_Makefile.in')
-rw-r--r--devel/ptlib26/files/patch-plugins_vidinput_v4l_Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/ptlib26/files/patch-plugins_vidinput_v4l_Makefile.in b/devel/ptlib26/files/patch-plugins_vidinput_v4l_Makefile.in
deleted file mode 100644
index 51e8a117f4ab..000000000000
--- a/devel/ptlib26/files/patch-plugins_vidinput_v4l_Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- plugins/vidinput_v4l/Makefile.in.orig 2010-01-27 16:48:07.000000000 -0500
-+++ plugins/vidinput_v4l/Makefile.in 2010-01-27 17:00:56.000000000 -0500
-@@ -0,0 +1,13 @@
-+HAS_LIBV4L = @HAS_LIBV4L@
-+
-+PLUGIN_NAME = v4l
-+PLUGIN_FAMILY = device/videoinput
-+PLUGIN_LIBS =
-+PLUGIN_SOURCES = vidinput_v4l.cxx
-+
-+ifeq (1,$(HAS_LIBV4L))
-+PLUGIN_LIBS = $(LDFLAGS) -lv4l1
-+STDCCFLAGS += -DHAS_LIBV4L
-+endif
-+
-+include ../../make/plugins.mak