summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2014-06-04 12:28:14 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2014-06-04 12:32:49 +0200
commitfe322d677d869b176efdd75e135783730743c0ba (patch)
tree20767bd1d05370b51d02348a7822416216dd939b
parent114c1b274edc40e07e9b99a435d26438f5b99943 (diff)
Move media-ctl to git://linuxtv.org/v4l-utils.gitHEADmaster
The media-ctl utility and libraries have been moved to the v4l-utils package available at git://linuxtv.org/v4l-utils.git My v4l-utils development tree can be found at git://linuxtv.org/pinchartl/v4l-utils.git This git tree is deprecated and will not be updated. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a749794..ec410cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,21 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AC_MSG_ERROR([
+ --------------------------------------------------------------------
+ The media-ctl utility and libraries have been moved to the v4l-utils
+ package available at
+
+ git://linuxtv.org/v4l-utils.git
+
+ My v4l-utils development tree can be found at
+
+ git://linuxtv.org/pinchartl/v4l-utils.git
+
+ This git tree is deprecated and will not be updated.
+ --------------------------------------------------------------------
+])
+
# Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O