Things are going reasonably well with my attempt to update from 1.21.0 to 1.21.4 on my FC3 x86_64 machine. However at the end of the 'make' I get this error:
Code: Select all
zm_mpeg.cpp: In member function `double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)':
zm_mpeg.cpp:331: error: 'struct AVCodecContext' has no member named 'time_base'
zm_mpeg.cpp:331: error: `av_rescale_q' undeclared (first use this function)
zm_mpeg.cpp:331: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[2]: *** [zm_mpeg.o] Error 1
make[2]: Leaving directory `/home/tcstone/zm-1.21.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tcstone/zm-1.21.4'
make: *** [all] Error 2
Code: Select all
./configure --with-libarch=lib64 --with-mysql=/usr --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr --with-lame=usr/lib64
-Casey