Dear All,
I'm trying to get the pyffmpeg2.2a working with Python 2.7.3 and FFmpeg-0.7.13. Everything compiled but when I try to run testInstalledPyFFmpeg.py I got:
ImportError: /usr/local/lib/python2.7/site-packages/pyffmpeg.so: undefined symbol: inflateEnd.
I have even installed the zlib-1.2.7 and python-2.7.3 with "./configure --with-zlib=/big/zlib-1.2.7.
Any advice to resolve the inflateEnd (used in ffmpeg/libavcodec) problem?
Much thanks in advance!
--Wo