microsoft / microsoft/FFmpegInterop
Project does not build
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
out of the box checkout + modules update + build simply does not work and fails with these errors:
source\mediasampleprovider.h(24): fatal error C1083: Cannot open include file: 'libavformat/avformat.h': No such file or directory (compiling source file ..\..\Source\H264SampleProvider.cpp)
or:
sampleswin10\mediaplayercpp\pch.cpp : fatal error C1192: #using failed on 'C:\work\FFmpegInterop\Debug\FFmpegInterop\FFmpegInterop.winmd'
2> 'The system cannot find the file specified.'
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
Reproduce the reported checkout, modules update, and build sequence, then inspect source\mediasampleprovider.h, Source\H264SampleProvider.cpp, and sampleswin10\mediaplayercpp\pch.cpp alongside the two compiler errors. Determine why the FFmpeg headers and FFmpegInterop.winmd are unavailable; done means the project builds from a clean checkout without these failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100