This is what I get:
checking for avcodec_init in -lavcodec... no
configure: WARNING: libavcodec.a is required for MPEG streaming
checking for av_new_stream in -lavformat... no
configure: WARNING: libavformat.a is required for MPEG streaming
I've have both of these files installed, I've even tried downloading an older version:
Code: Select all
[nathan@cannonball ~/downloads/ZoneMinder-1.22.0]$ locate libavformat.a
/usr/local/lib/libavformat.a
/home/nathan/downloads/ffmpeg/libavformat/libavformat.a
/home/nathan/downloads/ffmpeg-0.4.8/libavformat/libavformat.a
I know I am supposed to direct the --with-ffmpeg to ffmpeg root, but where is ffmpeg root exactly? The build directory or the installed directory? I am running Slackware 10.1. I've already installed zoneminder, now im just working on getting ffmpeg to work.
Any suggestions?