diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-17 14:26:47 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-17 14:26:47 -0400 |
commit | 4821ea69c4f064d5560a46576ac59201304df4b3 (patch) | |
tree | 2f0e5321ea708f35b9848d6f41925ca7e7b32eae /v4l/Makefile | |
parent | cf13c4422ee8780648413bce1c29b2fecc1bca63 (diff) | |
download | mediapointer-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/Makefile | 2 |
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 |