Code: Select all
checking libavutil/avutil.h usability... no
checking libavutil/avutil.h presence... no
checking for libavutil/avutil.h... no
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking libavcodec/avcodec.h usability... no
checking libavcodec/avcodec.h presence... no
checking for libavcodec/avcodec.h... no
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking libavformat/avformat.h usability... no
checking libavformat/avformat.h presence... no
checking for libavformat/avformat.h... no
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... no
checking for ffmpeg/avformat.h... no
checking libswscale/swscale.h usability... no
checking libswscale/swscale.h presence... no
checking for libswscale/swscale.h... no
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no
Code: Select all
# rpm -ql ffmpeg-devel
/usr/include/ffmpeg
/usr/include/ffmpeg/libavcodec
/usr/include/ffmpeg/libavcodec/avcodec.h
/usr/include/ffmpeg/libavcodec/opt.h
/usr/include/ffmpeg/libavdevice
/usr/include/ffmpeg/libavdevice/avdevice.h
/usr/include/ffmpeg/libavfilter
/usr/include/ffmpeg/libavfilter/avfilter.h
/usr/include/ffmpeg/libavformat
/usr/include/ffmpeg/libavformat/avformat.h
/usr/include/ffmpeg/libavformat/avio.h
/usr/include/ffmpeg/libavformat/rtsp.h
/usr/include/ffmpeg/libavformat/rtspcodes.h
/usr/include/ffmpeg/libavutil
/usr/include/ffmpeg/libavutil/adler32.h
/usr/include/ffmpeg/libavutil/avstring.h
/usr/include/ffmpeg/libavutil/avutil.h
/usr/include/ffmpeg/libavutil/base64.h
/usr/include/ffmpeg/libavutil/common.h
/usr/include/ffmpeg/libavutil/crc.h
/usr/include/ffmpeg/libavutil/fifo.h
/usr/include/ffmpeg/libavutil/intfloat_readwrite.h
/usr/include/ffmpeg/libavutil/log.h
/usr/include/ffmpeg/libavutil/lzo.h
/usr/include/ffmpeg/libavutil/mathematics.h
/usr/include/ffmpeg/libavutil/md5.h
/usr/include/ffmpeg/libavutil/mem.h
/usr/include/ffmpeg/libavutil/random.h
/usr/include/ffmpeg/libavutil/rational.h
/usr/include/ffmpeg/libavutil/sha1.h
/usr/include/ffmpeg/libpostproc
/usr/include/ffmpeg/libpostproc/postprocess.h
/usr/include/ffmpeg/libswscale
/usr/include/ffmpeg/libswscale/rgb2rgb.h
/usr/include/ffmpeg/libswscale/swscale.h
/usr/lib/libavcodec.so
/usr/lib/libavdevice.so
/usr/lib/libavfilter.so
/usr/lib/libavformat.so
/usr/lib/libavutil.so
/usr/lib/libpostproc.so
/usr/lib/libswscale.so
/usr/lib/pkgconfig/libavcodec.pc
/usr/lib/pkgconfig/libavdevice.pc
/usr/lib/pkgconfig/libavfilter.pc
/usr/lib/pkgconfig/libavformat.pc
/usr/lib/pkgconfig/libavutil.pc
/usr/lib/pkgconfig/libpostproc.pc
/usr/lib/pkgconfig/libswscale.pc
/usr/lib/sse2/libavcodec.so
/usr/lib/sse2/libavdevice.so
/usr/lib/sse2/libavfilter.so
/usr/lib/sse2/libavformat.so
/usr/lib/sse2/libavutil.so
/usr/lib/sse2/libpostproc.so
/usr/lib/sse2/libswscale.so
Code: Select all
# make
make all-recursive
make[1]: Entering directory `/tmp/ZoneMinder-1.24.0'
Making all in src
make[2]: Entering directory `/tmp/ZoneMinder-1.24.0/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/lib/mysql/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -frepo -g -O2 -MT zmc.o -MD -MP -MF .deps/zmc.Tpo -c -o zmc.o zmc.cpp
In file included from zm_mpeg.h:23,
from zm_stream.h:27,
from zm_event.h:39,
from zm_zone.h:27,
from zm_monitor.h:28,
from zmc.cpp:28:
zm_ffmpeg.h:33:2: error: #error "No location for avutils.h found"
zm_ffmpeg.h:40:2: error: #error "No location for avcodec.h found"
zm_ffmpeg.h:47:2: error: #error "No location for avformat.h found"
zm_ffmpeg.h:55:2: error: #error "No location for swscale.h found"
Code: Select all
# ./configure --with-mysql=/usr/lib/mysql --with-ffmpeg=/usr/lib --with-extralibs="-lmp3lame -L/usr/lib/mysql" --with-webdir=/var/www/html --with-cgidir=/var/www/cgi-bin