I have a compile time error which appears to be related to the changes to RTSP streaming.zoneminder wrote:Updated. Slights tweaks to RTSP streaming and other minor web and script issues.
Code: Select all
i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -frepo -DZM_FFMPEG_CVS -DHAVE_LIBCRYPTO -MT zm_regexp.o -MD -MP -MF .deps/zm_regexp.Tpo -c -o zm_regexp.o zm_regexp.cpp
zm_regexp.cpp: In constructor ‘RegExpr::RegExpr(const char*, int, int)’:
zm_regexp.cpp:42: warning: suggest parentheses around assignment used as truth value
mv -f .deps/zm_regexp.Tpo .deps/zm_regexp.Po
i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -frepo -DZM_FFMPEG_CVS -DHAVE_LIBCRYPTO -MT zm_remote_camera.o -MD -MP -MF .deps/zm_remote_camera.Tpo -c -o zm_remote_camera.o zm_remote_camera.cpp
mv -f .deps/zm_remote_camera.Tpo .deps/zm_remote_camera.Po
i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -frepo -DZM_FFMPEG_CVS -DHAVE_LIBCRYPTO -MT zm_remote_camera_http.o -MD -MP -MF .deps/zm_remote_camera_http.Tpo -c -o zm_remote_camera_http.o zm_remote_camera_http.cpp
zm_remote_camera_http.cpp: In member function ‘int RemoteCameraHttp::GetResponse()’:
zm_remote_camera_http.cpp:613: warning: format not a string literal and no format arguments
mv -f .deps/zm_remote_camera_http.Tpo .deps/zm_remote_camera_http.Po
i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -frepo -DZM_FFMPEG_CVS -DHAVE_LIBCRYPTO -MT zm_remote_camera_rtsp.o -MD -MP -MF .deps/zm_remote_camera_rtsp.Tpo -c -o zm_remote_camera_rtsp.o zm_remote_camera_rtsp.cpp
zm_remote_camera_rtsp.cpp: In member function ‘virtual int RemoteCameraRtsp::PostCapture(Image&)’:
zm_remote_camera_rtsp.cpp:233: error: ‘SWS_BICUBIC’ was not declared in this scope
zm_remote_camera_rtsp.cpp:233: error: ‘sws_getContext’ was not declared in this scope
zm_remote_camera_rtsp.cpp:238: error: ‘sws_scale’ was not declared in this scope
make[3]: *** [zm_remote_camera_rtsp.o] Error 1
make[3]: Leaving directory `/home/majost/src/zoneminder-1.24.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/majost/src/zoneminder-1.24.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/majost/src/zoneminder-1.24.0'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2