diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-17 17:29:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-17 17:29:16 -0300 |
commit | b57e88a501d92c3a86c4975d5606950383234b00 (patch) | |
tree | 1121f8fd2ffaf3ff63bceab612700ceae92684d9 /v4l | |
parent | e76844f445a353a00ba271be13530dafd14872ad (diff) | |
parent | 4821ea69c4f064d5560a46576ac59201304df4b3 (diff) | |
download | mediapointer-dvb-s2-b57e88a501d92c3a86c4975d5606950383234b00.tar.gz mediapointer-dvb-s2-b57e88a501d92c3a86c4975d5606950383234b00.tar.bz2 |
merge: http://linuxtv.org/hg/~mcisely/pvrusb2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-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 |