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

Fails to build with ffmpeg 2.x #41

Open
GoogleCodeExporter opened this issue Sep 6, 2015 · 1 comment
Open

Fails to build with ffmpeg 2.x #41

GoogleCodeExporter opened this issue Sep 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Build against new ffmpeg
2. ./configure && make

What is the expected output? What do you see instead?

Expected to build, here is the error:

---
source/filters/OTFilter.cc:171:68: error: too many arguments to function ‘int 
av_buffersrc_add_frame(AVFilterContext*, AVFrame*)’
make[1]: *** [telepresence-OTFilter.o] Error 1

---

What version of the product are you using? On what operating system?

ffmpeg version 2.0.1 Copyright (c) 2000-2013 the FFmpeg developers
gcc version 4.8.2

Please provide any additional information below.

If I remove the third parameter from the call to av_buffersrc_add_frame on line 
171 of OTFilter.cc it seems to compile OK.

I would like Telepresence to support ffmpeg 2.x series.


Original issue reported on code.google.com by [email protected] on 17 Sep 2014 at 9:57

@GoogleCodeExporter
Copy link
Author

Faced this problems too. 

Original comment by [email protected] on 29 Jun 2015 at 9:38

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

No branches or pull requests

1 participant