denosmacedo
(usa Outra)
Enviado em 12/06/2011 - 15:28h
Instalei o ffmpeg-0.7-rc1 e esses foram o erros quando tentei da o "make" no Opencv.2.1
In file included from /usr/local/include/libavutil/avutil.h:109:0,
from /usr/local/include/libavutil/samplefmt.h:22,
from /usr/local/include/libavcodec/avcodec.h:30,
from /usr/local/include/libavformat/avformat.h:43,
from /home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:97:
/usr/local/include/libavutil/common.h: In function ‘int32_t av_clipl_int32_c(int64_t)’:
/usr/local/include/libavutil/common.h:168:47: error: ‘UINT64_C’ was not declared in this scope
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp: In member function ‘virtual bool CvCapture_FFMPEG::grabFrame()’:
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:546:9: warning: ‘int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3835)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:548:54: warning: ‘int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3835)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp: In member function ‘virtual void CvVideoWriter_FFMPEG::close()’:
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1177:3: warning: ‘int url_fclose(AVIOContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:282)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1177:20: warning: ‘int url_fclose(AVIOContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:282)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp: In member function ‘virtual bool CvVideoWriter_FFMPEG::open(const char*, int, double, CvSize, bool)’:
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1210:8: warning: ‘AVOutputFormat* guess_format(const char*, const char*, const char*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:930)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1210:41: warning: ‘AVOutputFormat* guess_format(const char*, const char*, const char*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:930)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1233:7: warning: ‘AVFormatContext* av_alloc_format_context()’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1128)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1233:31: warning: ‘AVFormatContext* av_alloc_format_context()’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1128)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1278:5: warning: ‘void dump_format(AVFormatContext*, int, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1486)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1278:35: warning: ‘void dump_format(AVFormatContext*, int, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1486)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1340:13: warning: ‘int url_fopen(AVIOContext**, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:281)
/home/daniel/Downloads/OpenCV-2.1.0/src/highgui/cvcap_ffmpeg.cpp:1340:52: warning: ‘int url_fopen(AVIOContext**, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:281)
make[2]: ** [src/highgui/CMakeFiles/highgui.dir/cvcap_ffmpeg.o] Erro 1
make[1]: ** [src/highgui/CMakeFiles/highgui.dir/all] Erro 2
make: ** [all] Erro 2