running install
running build
running build_ext
skipping 'pyffmpeg.c' Cython extension (up-to-date)
building 'pyffmpeg' extension
C compiler: gcc -O2 -Wall -Wstrict-prototypes
compile options: '-Ic:\ffmpeg -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\PC -c'
extra options: '-static-libgcc'
gcc -O2 -Wall -Wstrict-prototypes -Ic:\ffmpeg -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\PC -c pyffmpeg.c -o build\temp.win32-2.7\Release\pyffmpeg.o -static-libgcc
Found executable C:\MingW\bin\gcc.exe
pyffmpeg.c: In function '__pyx_f_8pyffmpeg_av_read_frame_flush':
pyffmpeg.c:2297:25: error: 'struct AVFormatContext' has no member named 'cur_st'
pyffmpeg.c:2307:14: error: 'struct AVFormatContext' has no member named 'cur_st'
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_5Track_10init':
pyffmpeg.c:5201:3: warning: 'avcodec_open' is deprecated (declared at c:\ffmpeg/libavcodec/avcodec.h:3380) [-Wdeprecated-declarations]
pyffmpeg.c:5253:27: error: 'struct AVCodecContext' has no member named 'hurry_up'
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_5Track_18_reopencodec':
pyffmpeg.c:6428:3: warning: 'avcodec_open' is deprecated (declared at c:\ffmpeg/libavcodec/avcodec.h:3380) [-Wdeprecated-declarations]
pyffmpeg.c: In function '__pyx_f_8pyffmpeg_18AudioPacketDecoder_audio_decode_frame':
pyffmpeg.c:6914:3: warning: 'avcodec_decode_audio3' is deprecated (declared at c:\ffmpeg/libavcodec/avcodec.h:3658) [-Wdeprecated-declarations]
pyffmpeg.c: In function '__pyx_f_8pyffmpeg_10AudioTrack_process_packet':
pyffmpeg.c:8428:195: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_10VideoTrack_18_internal_get_current_frame':
pyffmpeg.c:11495:198: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_10VideoTrack_20_get_current_frame_without_copy':
pyffmpeg.c:11673:198: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_10VideoTrack_36set_hurry':
pyffmpeg.c:12929:38: error: 'struct AVCodecContext' has no member named 'hurry_up'
pyffmpeg.c:12968:38: error: 'struct AVCodecContext' has no member named 'hurry_up'
pyffmpeg.c: In function '__pyx_f_8pyffmpeg_10VideoTrack__convert_to':
pyffmpeg.c:13131:3: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [enabled by default]
In file included from pyffmpeg.c:283:0:
c:\ffmpeg/libswscale/swscale.h:237: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:13305:3: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [enabled by default]
In file included from pyffmpeg.c:283:0:
c:\ffmpeg/libswscale/swscale.h:237:5: note: expected 'const uint8_t * const*' but argument is of type 'uint8_t **'
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_12FFMpegReader_2__dealloc__':
pyffmpeg.c:14616:5: warning: 'av_close_input_file' is deprecated (declared at c:\ffmpeg/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_12FFMpegReader_8open':
pyffmpeg.c:14848:3: error: unknown type name 'FF_INTERNAL_MEM_TYPE'
pyffmpeg.c:15054:7: warning: implicit declaration of function 'url_setbufsize' [-Wimplicit-function-declaration]
pyffmpeg.c:15124:57: error: 'FF_INTERNAL_MEM_TYPE' undeclared (first use in this function)
pyffmpeg.c:15124:57: note: each undeclared identifier is reported only once for each function it appears in
pyffmpeg.c:15298:5: warning: implicit declaration of function 'av_open_input_stream' [-Wimplicit-function-declaration]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_12FFMpegReader_12__finalize_open':
pyffmpeg.c:15719:3: warning: 'av_find_stream_info' is deprecated (declared at c:\ffmpeg/libavformat/avformat.h:1357) [-Wdeprecated-declarations]
pyffmpeg.c:16087:32: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)
pyffmpeg.c:16273:32: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_12FFMpegReader_14close':
pyffmpeg.c:17006:5: warning: 'av_close_input_file' is deprecated (declared at c:\ffmpeg/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_12FFMpegReader_16process_current_packet':
pyffmpeg.c:17516:56: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)
pyffmpeg.c:17559:56: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)
pyffmpeg.c:17634:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:17634:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:17672:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:17672:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c: In function '__pyx_pf_8pyffmpeg_12FFMpegReader_28read_until_next_frame':
pyffmpeg.c:18560:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:18560:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:18617:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:18617:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:18658:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:18658:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c: In function '__pyx_import_star_set':
pyffmpeg.c:22714:5: warning: implicit declaration of function '__pyx_convert__from_py_AVRational' [-Wimplicit-function-declaration]
pyffmpeg.c:22714:38: error: incompatible types when assigning to type 'struct AVRational' from type 'int'
pyffmpeg.c: In function 'initpyffmpeg':
pyffmpeg.c:24990:30: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)
pyffmpeg.c:25007:30: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)
pyffmpeg.c:25198:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pyffmpeg.c:25198:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
error: Command "gcc -O2 -Wall -Wstrict-prototypes -Ic:\ffmpeg -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\PC -c pyffmpeg.c -o build\temp.win32-2.7\Release\pyffmpeg.o -static-libgcc" failed