Thanks....that did the trick....there are some warning complaints about depreciated calls (ffmpeg-devel-2.8.3-30.1.x86_64)
Code: Select all
Scanning dependencies of target zm
[ 1%] Building CXX object src/CMakeFiles/zm.dir/zm_box.cpp.o
[ 3%] Building CXX object src/CMakeFiles/zm.dir/zm_buffer.cpp.o
[ 5%] Building CXX object src/CMakeFiles/zm.dir/zm_camera.cpp.o
[ 7%] Building CXX object src/CMakeFiles/zm.dir/zm_comms.cpp.o
[ 8%] Building CXX object src/CMakeFiles/zm.dir/zm_config.cpp.o
[ 10%] Building CXX object src/CMakeFiles/zm.dir/zm_coord.cpp.o
[ 12%] Building CXX object src/CMakeFiles/zm.dir/zm_curl_camera.cpp.o
[ 14%] Building CXX object src/CMakeFiles/zm.dir/zm.cpp.o
[ 15%] Building CXX object src/CMakeFiles/zm.dir/zm_db.cpp.o
[ 17%] Building CXX object src/CMakeFiles/zm.dir/zm_logger.cpp.o
[ 19%] Building CXX object src/CMakeFiles/zm.dir/zm_event.cpp.o
/data/ZoneMinder-1.28.1/src/zm_event.cpp: In member function ‘virtual void EventStream::processCommand(const StreamBase::CmdMsg*)’:
/data/ZoneMinder-1.28.1/src/zm_event.cpp:882:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( (mode == MODE_SINGLE) && (curr_frame_id == event_data->frame_count) )
^
[ 21%] Building CXX object src/CMakeFiles/zm.dir/zm_exception.cpp.o
[ 22%] Building CXX object src/CMakeFiles/zm.dir/zm_file_camera.cpp.o
[ 24%] Building CXX object src/CMakeFiles/zm.dir/zm_ffmpeg_camera.cpp.o
/data/ZoneMinder-1.28.1/src/zm_ffmpeg_camera.cpp: In member function ‘int FfmpegCamera::OpenFfmpeg()’:
/data/ZoneMinder-1.28.1/src/zm_ffmpeg_camera.cpp:323:17: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mRawFrame = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_ffmpeg_camera.cpp:323:37: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mRawFrame = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_ffmpeg_camera.cpp:326:14: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mFrame = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_ffmpeg_camera.cpp:326:34: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mFrame = avcodec_alloc_frame();
^
[ 26%] Building CXX object src/CMakeFiles/zm.dir/zm_image.cpp.o
[ 28%] Building CXX object src/CMakeFiles/zm.dir/zm_jpeg.cpp.o
[ 29%] Building CXX object src/CMakeFiles/zm.dir/zm_libvlc_camera.cpp.o
[ 31%] Building CXX object src/CMakeFiles/zm.dir/zm_local_camera.cpp.o
/data/ZoneMinder-1.28.1/src/zm_local_camera.cpp: In constructor ‘LocalCamera::LocalCamera(int, const string&, int, int, bool, unsigned int, const string&, int, int, int, int, int, int, int, int, bool, unsigned int)’:
/data/ZoneMinder-1.28.1/src/zm_local_camera.cpp:614:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
tmpPicture = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_local_camera.cpp:614:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
tmpPicture = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_local_camera.cpp: In member function ‘void LocalCamera::Initialise()’:
/data/ZoneMinder-1.28.1/src/zm_local_camera.cpp:844:24: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
capturePictures[i] = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_local_camera.cpp:844:44: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
capturePictures[i] = avcodec_alloc_frame();
^
[ 33%] Building CXX object src/CMakeFiles/zm.dir/zm_monitor.cpp.o
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp: In member function ‘bool Monitor::MonitorLink::connect()’:
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp:129:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if ( map_stat.st_size < mem_size )
^
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp: In member function ‘bool Monitor::connect()’:
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp:507:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( map_stat.st_size != mem_size && purpose == CAPTURE ) {
^
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp:515:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
} else if ( map_stat.st_size != mem_size ) {
^
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp: In static member function ‘static Monitor* Monitor::Load(int, bool, Monitor::Purpose)’:
/data/ZoneMinder-1.28.1/src/zm_monitor.cpp:2599:13: warning: ‘v4l_multi_buffer’ may be used uninitialized in this function [-Wmaybe-uninitialized]
);
^
[ 35%] Building CXX object src/CMakeFiles/zm.dir/zm_ffmpeg.cpp.o
/data/ZoneMinder-1.28.1/src/zm_ffmpeg.cpp: In constructor ‘SWScale::SWScale()’:
/data/ZoneMinder-1.28.1/src/zm_ffmpeg.cpp:79:18: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
input_avframe = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_ffmpeg.cpp:79:38: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
input_avframe = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_ffmpeg.cpp:85:19: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
output_avframe = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_ffmpeg.cpp:85:39: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
output_avframe = avcodec_alloc_frame();
^
[ 36%] Building CXX object src/CMakeFiles/zm.dir/zm_mpeg.cpp.o
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp: In member function ‘void VideoStream::OpenStream()’:
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp:326:14: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
opicture = avcodec_alloc_frame( );
^
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp:326:35: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
opicture = avcodec_alloc_frame( );
^
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp:347:19: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
tmp_opicture = avcodec_alloc_frame( );
^
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp:347:40: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
tmp_opicture = avcodec_alloc_frame( );
^
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp: In member function ‘double VideoStream::ActuallyEncodeFrame(const uint8_t*, int, bool, unsigned int)’:
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp:653:12: warning: ‘AVCodecContext::coded_frame’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3024) [-Wdeprecated-declarations]
if ( c->coded_frame->key_frame )
^
/data/ZoneMinder-1.28.1/src/zm_mpeg.cpp:653:12: warning: ‘AVCodecContext::coded_frame’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3024) [-Wdeprecated-declarations]
[ 38%] Building CXX object src/CMakeFiles/zm.dir/zm_poly.cpp.o
[ 40%] Building CXX object src/CMakeFiles/zm.dir/zm_regexp.cpp.o
[ 42%] Building CXX object src/CMakeFiles/zm.dir/zm_remote_camera.cpp.o
[ 43%] Building CXX object src/CMakeFiles/zm.dir/zm_remote_camera_http.cpp.o
[ 45%] Building CXX object src/CMakeFiles/zm.dir/zm_remote_camera_rtsp.cpp.o
/data/ZoneMinder-1.28.1/src/zm_remote_camera_rtsp.cpp: In member function ‘virtual int RemoteCameraRtsp::PrimeCapture()’:
/data/ZoneMinder-1.28.1/src/zm_remote_camera_rtsp.cpp:194:17: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mRawFrame = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_remote_camera_rtsp.cpp:194:37: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mRawFrame = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_remote_camera_rtsp.cpp:197:14: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mFrame = avcodec_alloc_frame();
^
/data/ZoneMinder-1.28.1/src/zm_remote_camera_rtsp.cpp:197:34: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations]
mFrame = avcodec_alloc_frame();
^
[ 47%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp.cpp.o
[ 49%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_ctrl.cpp.o
[ 50%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_data.cpp.o
[ 52%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_source.cpp.o
[ 54%] Building CXX object src/CMakeFiles/zm.dir/zm_rtsp.cpp.o
/data/ZoneMinder-1.28.1/src/zm_rtsp.cpp: In member function ‘virtual int RtspThread::run()’:
/data/ZoneMinder-1.28.1/src/zm_rtsp.cpp:349:10: warning: variable ‘sendKeepalive’ set but not used [-Wunused-but-set-variable]
bool sendKeepalive = false;
^
/data/ZoneMinder-1.28.1/src/zm_rtsp.cpp:788:140: warning: ‘codecId’ may be used uninitialized in this function [-Wmaybe-uninitialized]
RtpSource *source = new RtpSource( mId, localHost, localPorts[0], mHost, remotePorts[0], ssrc, seq, rtpClock, rtpTime, codecId );
^
[ 56%] Building CXX object src/CMakeFiles/zm.dir/zm_rtsp_auth.cpp.o
[ 57%] Building CXX object src/CMakeFiles/zm.dir/zm_sdp.cpp.o
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp: In member function ‘AVFormatContext* SessionDescriptor::generateFormatContext() const’:
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:407:45: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
strncpy( stream->codec->codec_name, smStaticPayloads[i].payloadName, sizeof(stream->codec->codec_name) );;
^
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:407:45: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:407:112: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
strncpy( stream->codec->codec_name, smStaticPayloads[i].payloadName, sizeof(stream->codec->codec_name) );;
^
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:407:112: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:423:45: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
strncpy( stream->codec->codec_name, smDynamicPayloads[i].payloadName, sizeof(stream->codec->codec_name) );;
^
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:423:45: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:423:113: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
strncpy( stream->codec->codec_name, smDynamicPayloads[i].payloadName, sizeof(stream->codec->codec_name) );;
^
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:423:113: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:431:30: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
if ( !stream->codec->codec_name[0] )
^
/data/ZoneMinder-1.28.1/src/zm_sdp.cpp:431:30: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1517) [-Wdeprecated-declarations]
[ 59%] Building CXX object src/CMakeFiles/zm.dir/zm_signal.cpp.o
[ 61%] Building CXX object src/CMakeFiles/zm.dir/zm_stream.cpp.o
[ 63%] Building CXX object src/CMakeFiles/zm.dir/zm_thread.cpp.o
[ 64%] Building CXX object src/CMakeFiles/zm.dir/zm_time.cpp.o
[ 66%] Building CXX object src/CMakeFiles/zm.dir/zm_timer.cpp.o
[ 68%] Building CXX object src/CMakeFiles/zm.dir/zm_user.cpp.o
[ 70%] Building CXX object src/CMakeFiles/zm.dir/zm_utils.cpp.o
[ 71%] Building CXX object src/CMakeFiles/zm.dir/zm_zone.cpp.o
[ 73%] Linking CXX static library libzm.a
[ 73%] Built target zm
Scanning dependencies of target nph-zms
[ 75%] Building CXX object src/CMakeFiles/nph-zms.dir/zms.cpp.o
[ 77%] Linking CXX executable nph-zms
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 77%] Built target nph-zms
Scanning dependencies of target zma
[ 78%] Building CXX object src/CMakeFiles/zma.dir/zma.cpp.o
[ 80%] Linking CXX executable zma
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 80%] Built target zma
Scanning dependencies of target zmc
[ 82%] Building CXX object src/CMakeFiles/zmc.dir/zmc.cpp.o
[ 84%] Linking CXX executable zmc
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 84%] Built target zmc
Scanning dependencies of target zmf
[ 85%] Building CXX object src/CMakeFiles/zmf.dir/zmf.cpp.o
[ 87%] Linking CXX executable zmf
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 87%] Built target zmf
Scanning dependencies of target zms
[ 89%] Building CXX object src/CMakeFiles/zms.dir/zms.cpp.o
[ 91%] Linking CXX executable zms
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 91%] Built target zms
Scanning dependencies of target zmstreamer
[ 92%] Building CXX object src/CMakeFiles/zmstreamer.dir/zmstreamer.cpp.o
[ 94%] Linking CXX executable zmstreamer
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 94%] Built target zmstreamer
Scanning dependencies of target zmu
[ 96%] Building CXX object src/CMakeFiles/zmu.dir/zmu.cpp.o
[ 98%] Linking CXX executable zmu
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libssl.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libssl.so.37
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libcurl.so, may conflict with libcrypto.so.36
[ 98%] Built target zmu
Scanning dependencies of target zmperlmodules
[100%] Building ZoneMinder perl modules
Writing MakefilePerl for ZoneMinder
Writing MYMETA.yml and MYMETA.json
[100%] Built target zmperlmodules