microsoft / microsoft/FFmpegInterop
failed to build FFmpeg for winRT in win10 x64 with VS2015 installed
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
Hello expert,
I am trying to use FFmpegInterop for win10 UWP application.
So I following the guidance "build FFmpeg for WinRT" https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT trying to compiler for Windows 10 x64:
here is some environment information:
VS2015 Enterprise with 10.0.240.0 SDK
OS: Windows 10 Enterprise x64
PATH were set to:Program Files (x86)/Microsoft Visual Studio 14.0/VC/BIN/x86_ARM
so when I check:
$ which cl
/c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/BIN/x86_ARM/cl
$ which link
/c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/BIN/x86_ARM/link
But when I perform "BuildFFmpeg.bat win10" I got one error:
"cl is unable to create an executable file.
C compiler test failed."
Am I configure anything wrong? Is anybody have the same environment with me and get green build?
Or alliteratively, where can I get binary for that?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the "BuildFFmpeg.bat win10" entry point and the FFmpeg WinRT compilation guide linked in the issue. Reproduce the C compiler test with the reported VS2015, SDK, PATH, cl, and link configuration, then inspect the generated test output. Done means identifying the configuration cause or documenting a verified build path for Windows 10 x64.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100