Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project does not build #227

Open
pps83 opened this issue Mar 26, 2018 · 2 comments
Open

Project does not build #227

pps83 opened this issue Mar 26, 2018 · 2 comments

Comments

@pps83
Copy link

pps83 commented Mar 26, 2018

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.'
@khouzam
Copy link
Contributor

khouzam commented Mar 27, 2018

Hi @pps83

Did you build FFmpeg first as described in the README? You will need to setup your environment as described in Building FFmpeg for WinRT by installing MSys and the other requirements of the projects and then calling BuildFFmpeg.bat with the platforms that you want to build.

Once you have FFmpeg build correctly, FFmpegInterop should find the headers and build properly.

@sabuncu
Copy link

sabuncu commented Mar 15, 2019

Hi @khouzam,

Does one have to build FFmpeg? Is there another way to include prebuilt binary versions of the DLLs?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants