Can you please provide instructions as to how to compile the VLC GIT version for Windows x64. I have Windows 7 x64 Professional and Archlinux x86_64 and I know how to use git in both Windows and linux. I downloaded x86_64 linux host mingw-w64 compiler GCC 4.6 . Thank you.Given the continued interest I thought I'd contribute my effort at a win64 build of VLC using mingw-w64 (GCC 4.6.0).
I can get make to complete successfully with ./configure --disable-lua --disable-qt4 --disable-skins2 --disable-activex
Unfortunately, despite finding a mingw-w64 build of qt on drangon.org/mingw, I couldn't get it to work with VLC, so there's no GUI and I can't get video to work; the file adds to playlist fine and play doesn't report any problems (as it does if a plugin is removed), however no video is displayed while memory used increases to 1GB before dropping to 20K. (The file plays fine with the official version.)
Code: Select all
Stadard, x86 31,6343x
Lancer, x86 58,1845x
Lancer, x64, MSVC SSE3 55,2260x
Lancer, x64, SSE 55,2260x
Lancer, x64, SSE2 62,6603x
Lancer, x64, SSE3 63,8889x
I would be interested if there are any specific issues to be aware of, as on my machine compilation of GnuTLS 2.8.6 itself required only a minor typedef change to complete, and while there were problems building vlc with dependency errors when the final GnuTLS libraries were linked, I sucessfully built libgnutls_plugin.dll using sublibraries in order of error.The issue is more the compilation of some features, like GnuTLS.
Which is, of course, the actual blocker.I do also believe that solving this FFMPEG x64 issue could help.
According to Automated FFmpeg Builds seems that "the bug has been fixed"...Which is, of course, the actual blocker.I do also believe that solving this FFMPEG x64 issue could help.
Return to “VLC media player Feature Requests”
Users browsing this forum: No registered users and 1 guest