I think there are too many compiler options.
I have a Gentoo Linux system for x64, now build pyffmpeg-2.2 alpha and
the ffmpeg and successed.
here it is all log for pyffmpeg:
pyffmpeg $ python setup.py build
Remember: Edit at first ffmpegpath within setup.py
running build
running build_ext
cythoning pyffmpeg.pyx to pyffmpeg.c
building 'pyffmpeg' extension
C compiler: x86_64-pc-linux-gnu-gcc -pthread -fPIC
compile options: '-I../ffmpeg/include -I/usr/include -I./include
-I/usr/lib64/python2.6/site-packages/numpy/core/include
-I/usr/include/python2.6 -c'
x86_64-pc-linux-gnu-gcc: pyffmpeg.c
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_10VideoTrack_init':
pyffmpeg.c:8714:12: warning: 'sws_getContext' is deprecated (declared
at ../ffmpeg/include/libswscale/swscale.h:191)
pyffmpeg.c: In function '__pyx_f_8pyffmpeg_10VideoTrack__convert_to':
pyffmpeg.c:11808:3: warning: passing argument 2 of 'sws_scale' from
incompatible pointer type
../ffmpeg/include/libswscale/swscale.h:223:5: note: expected 'const
uint8_t * const*' but argument is of type 'uint8_t **'
pyffmpeg.c: In function '__pyx_f_8pyffmpeg_10VideoTrack__convert_withbuf':
pyffmpeg.c:11972:3: warning: passing argument 2 of 'sws_scale' from
incompatible pointer type
../ffmpeg/include/libswscale/swscale.h:223:5: note: expected 'const
uint8_t * const*' but argument is of type 'uint8_t **'
x86_64-pc-linux-gnu-gcc -pthread -shared
build/temp.linux-x86_64-2.6/pyffmpeg.o -L../ffmpeg/lib -L/usr/lib64
-lavformat -lavcodec -lavutil -lswscale -lpython2.6 -o
build/lib.linux-x86_64-2.6/pyffmpeg.so
cythoning audioqueue.pyx to audioqueue.c
warning: audioqueue.pyx:1:0: __getslice__, __setslice__, and
__delslice__ are not supported by Python 3, use __getitem__,
__setitem__, and __delitem__ instead
building 'audioqueue' extension
C compiler: x86_64-pc-linux-gnu-gcc -pthread -fPIC
compile options: '-I../ffmpeg/include -I/usr/include -I./include
-I/usr/lib64/python2.6/site-packages/numpy/core/include
-I/usr/include/python2.6 -c'
x86_64-pc-linux-gnu-gcc: audioqueue.c
x86_64-pc-linux-gnu-gcc -pthread -shared
build/temp.linux-x86_64-2.6/audioqueue.o -L../ffmpeg/lib -L/usr/lib64
-lavformat -lavcodec -lavutil -lswscale -lpython2.6 -o
build/lib.linux-x86_64-2.6/audioqueue.so
cythoning pyffmpeg_numpybindings.pyx to pyffmpeg_numpybindings.c
building 'pyffmpeg_numpybindings' extension
C compiler: x86_64-pc-linux-gnu-gcc -pthread -fPIC
compile options: '-I../ffmpeg/include -I/usr/include -I./include
-I/usr/lib64/python2.6/site-packages/numpy/core/include
-I/usr/include/python2.6 -c'
x86_64-pc-linux-gnu-gcc: pyffmpeg_numpybindings.c
x86_64-pc-linux-gnu-gcc -pthread -shared
build/temp.linux-x86_64-2.6/pyffmpeg_numpybindings.o -L../ffmpeg/lib
-L/usr/lib64 -lavformat -lavcodec -lavutil -lswscale -lpython2.6 -o
build/lib.linux-x86_64-2.6/pyffmpeg_numpybindings.so
pyffmpeg $
--
You received this message because you are subscribed to the Google Groups "pyffmpeg" group.
To post to this group, send email to pyff...@googlegroups.com.
To unsubscribe from this group, send email to pyffmpeg+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyffmpeg?hl=en.