summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-10-17 14:26:47 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-10-17 14:26:47 -0400
commit4821ea69c4f064d5560a46576ac59201304df4b3 (patch)
tree2f0e5321ea708f35b9848d6f41925ca7e7b32eae /v4l/Makefile
parentcf13c4422ee8780648413bce1c29b2fecc1bca63 (diff)
downloadmediapointer-dvb-s2-4821ea69c4f064d5560a46576ac59201304df4b3.tar.gz
mediapointer-dvb-s2-4821ea69c4f064d5560a46576ac59201304df4b3.tar.bz2
use www.ivtvdriver.org for v4l-dvb + ivtv virtual merge
From: Michael Krufky <mkrufky@linuxtv.org> ivtvdriver.org is no longer working... but www.ivtvdriver.org still works. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index afea31ea8..ef5b583c0 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -358,7 +358,7 @@ ivtv-checkout::
@if [ ! -d ivtv ]; then \
echo retrieving the latest ivtv sources from ivtvdriver.org; \
echo this step requires subversion to be installed; \
- svn co http://ivtvdriver.org/svn/ivtv/trunk ivtv; \
+ svn co http://www.ivtvdriver.org/svn/ivtv/trunk ivtv; \
fi
ivtv-update ivtv-up:: ivtv