Page 1 of 1

How can I get the source code or .lib file of libdvbcsa?

Posted: 12 Nov 2008 06:43
by newmanstudyDVB
Dear everyone:
I am zhang, from China, nice to chat with you!
I am looking for the libdvbcsa, but I can't find it. I have accessed "svn://svn.videolan.org/libdvbcsa" by using tortoiseSVN, and tortoiseSVN showed "Can't connect to host 'svn.videolan.org ' ". I can't downloap any file with tortoiseSVN in this website, but I can download files in ftp, unfortunately, libdvbcsa is not saved in ftp.
where can I get libdvbcsa, and I appreciate your help very much! My email: zzpzhuimeng@gmail.com
thanks

Re: How can I get the source code or .lib file of libdvbcsa?

Posted: 12 Nov 2008 18:59
by Jean-Baptiste Kempf
Well, svn should work, let me check.

Re: How can I get the source code or .lib file of libdvbcsa?

Posted: 18 Nov 2008 17:53
by pvtaddams
same problem here. The videolan dev site for libdvbcsa points to the subversion wiki site, but that seems to be outdated since vlc now uses git and libdvbcsa is also not in the git repository, so, where is it? :mrgreen:

Re: How can I get the source code or .lib file of libdvbcsa?

Posted: 21 Nov 2008 14:42
by Arite
It should work (now anyway :)).

Use e.g. (will place it in "libdvbcsa"):

Code: Select all

svn checkout svn://svn.videolan.org/libdvbcsa
Or for just the trunk (will place it in "libdvbcsa-trunk")::

Code: Select all

svn checkout svn://svn.videolan.org/libdvbcsa/trunk libdvbcsa-trunk
Arite.