-
Notifications
You must be signed in to change notification settings - Fork 56
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
pyffmpeg doesn't compile with newer versions of ffmpeg #1
Comments
Not working for me either, and same log as above when I try to do |
+1 on Mac OS X. ~/ffmpeg $ git checkout 35d7d6f
~/ffmpeg $ ./configure
~/ffmpeg $ make
# double check versions
~/ffmpeg $ ./ffmpeg
FFmpeg version git-35d7d6f, Copyright (c) 2000-2011 the FFmpeg developers
built on Mar 16 2012 15:08:45 with gcc 4.2.1 (Apple Inc. build 5664)
configuration:
libavutil 50. 39. 0 / 50. 39. 0
libavcodec 52.113. 2 / 52.113. 2
libavformat 52.102. 0 / 52.102. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1. 76. 0 / 1. 76. 0
libswscale 0. 12. 0 / 0. 12. 0
# set ffmpeg path in setup.py
~/pyffmpeg $ python setup.py install
# FAIL (same traceback as above) |
Any updates on this? |
This issue was a showstopper for me on one of my projects, and for now I'm completely avoiding using pyffmpeg because of that. I really do want to see this resolved, though. |
It also doesn't work with latest cython. |
Thx for the feedback, I planned to integrate the other GitHub changes, but unfortunately I have other projects with a higher priority although pyffmpeg is still on my ToDo list ... so pushing is a good thing ;) Am 20.09.2012 um 16:36 schrieb iwuvjhdva:
|
Great. Thank you for reply and advance thanks for the library :-) On Fri, Sep 21, 2012 at 12:49 AM, Martin Haller [email protected]:
Kind regards, |
I too would love to see this updated. I am running into the same problem as above. |
Me too, it is very annoying that there are so many problems that seem to be solved easily. Also there are some forks that tried to solve them but are not up to date too. |
Is on a longer todo list ... Am 02.11.2012 um 20:36 schrieb schulze:
|
Any updates on this? Perhaps an ETA on the fix? |
Just to let you know I started working again on pyffmpeg. Contributions are highly appreciated! |
Hello . I use this pyffmpeg and install it on windows 64 bit operating system,but it reported the errors al follows: |
Any update on when this will be up to date with pyffmpeg? |
On Ubuntu 11.10, pyffmpeg doesn't compile with the version of ffmpeg in the repos. This is probably also the case with any recent build of ffmpeg.
ffmpeg version info:
build log:
The text was updated successfully, but these errors were encountered: