I'm trying to build MobileVLCKit for iOS and ./buildMobileVLCKit.sh gives me the following error:
Code: Select all
curl -f -L -- "http://downloads.videolan.org/pub/contrib/libgsm_1.0.13.tar.gz" > "../../contrib/tarballs/libgsm_1.0.13.tar.gz"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found
make: *** [../../contrib/tarballs/libgsm_1.0.13.tar.gz] Error 22
make: *** Deleting file `../../contrib/tarballs/libgsm_1.0.13.tar.gz'
Thanks