Project does not build

Open
#227 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp

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.

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.'
Dominant language
C++
Stars
1.4k
Forks
319
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/FFmpegInterop

All issues in microsoft/FFmpegInterop

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.