I could use some help with a problem I have compiling the latest GIT VLC version.
I'm in a VM with Ubuntu 16.04 LTS 64 bits, to cross-compile for Windows.
When arrives the moment to build the contribs, it doesn't work with the "prebuilt" ones.
So I proceed to compile the whole stuff.
During "make fetch", following happens:
Code: Select all
--2016-06-21 17:22:28-- http://downloads.videolan.org/pub/contrib/dshow-headers-oss.tar.bz2
Resolving downloads.videolan.org (downloads.videolan.org)... 88.191.250.2, 2a01:e0d:1:3:58bf:fa02:c0de:5
Connecting to downloads.videolan.org (downloads.videolan.org)|88.191.250.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40833 (40K) [application/octet-stream]
Saving to: ‘../../contrib/tarballs/dshow-headers-oss.tar.bz2.tmp’
../../contrib/tarballs/dshow-headers-o 100%[==========================================================================>] 39,88K --.-KB/s in 0,03s
2016-06-21 17:22:28 (1,22 MB/s) - ‘../../contrib/tarballs/dshow-headers-oss.tar.bz2.tmp’ saved [40833/40833]
FINISHED --2016-06-21 17:22:28--
Total wall clock time: 0,2s
Downloaded: 1 files, 40K in 0,03s (1,22 MB/s)
grep -- " dshow-headers-oss.tar.bz2$" "../../contrib/src/dshow/SHA512SUMS" && (cd ../../contrib/tarballs && sha512sum --check /dev/stdin) < "../../contrib/src/dshow/SHA512SUMS"
779c4a36a4276c6e18017b898903cdf162c186b2f8de22ac12d995b316fe40d8277374eb88c695e8a760497239ad176a85ea4ecccd0df841283f95ff591997a7 dshow-headers-oss.tar.bz2
dshow-headers-oss.tar.bz2: OK
sha512sum: d2d_headers.zip: No such file or directory
d2d_headers.zip: FAILED open or read
sha512sum: WARNING: 1 listed file could not be read
Makefile:498: recipe for target '.sum-dshow' failed
make: *** [.sum-dshow] Error 1
Thanks.