Problem with ffmpeg version
Posted: Fri Dec 24, 2010 5:58 pm
I'm trying to compile ZM on Gentoo x32. Linux version 2.6.36.2
Standart instruction (from googling) doesn't work
.
I've try ffmpeg with version from distro :
ffmpeg-0.5_p20373
ffmpeg-0.6
ffmpeg-0.6_p25423
ffmpeg-0.6_p25767
and trunk from SVN on 24-12-2010
: ZM don't compile (from distro command and from /dev/hands)
error on emerge ZM on ffmpeg-0.6_p25767 is:
and during the ./configure command ZM says, that FFMPEG libraries are:
libavutil/avutil.h: check for missing prerequisite headers?
libavutil/avutil.h: see the Autoconf documentation
libavutil/avutil.h: section "Present But Cannot Be Compiled"
libavutil/avutil.h: proceeding with the compiler's result
## ------------------------------------- ##
## Report this to support@zoneminder.com ##
## ------------------------------------- ##
libavcodec/avcodec.h
libavformat/avformat.h
libswscale/swscale.h
after that ZM says:
zm_mpeg.h <multiple> and stops
;;
in case of manual compiling the zm from trunk:
./configure --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/mnt/devel/zm/ffmpeg-0.6_p25767 --with-extralibs="-lmp3lame" --with-webdir=/var/www/localhost/htdocs/zm --with-cgidir=/var/www/localhost/htdocs/zm/cgi-bin
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"
zm_mpeg.h errors
I'm trying to manual compile the ffmpeg (confit whith and whitout x264 support)
ffmpeg-0.4.7.tar.gz
ffmpeg-0.4.8.tar.gz
ffmpeg-0.4.9-pre1.tar.gz
ffmpeg-17177 : libswscale/swscale.h error
ffmpeg-19768 : libswscale/swscale.c error
ffmpeg doesn't compile
Can (anyone) please tell me the working version of ffmpeg and ZM version
or can your help me fand my mistake...
Thanks. Denis
---
zm configure options are:
./configure --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/usr --with-extralibs="-lmp3lame" --with-webdir=/var/www/localhost/htdocs/zm --with-cgidir=/var/www/localhost/htdocs/zm/cgi
Standart instruction (from googling) doesn't work
.
I've try ffmpeg with version from distro :
ffmpeg-0.5_p20373
ffmpeg-0.6
ffmpeg-0.6_p25423
ffmpeg-0.6_p25767
and trunk from SVN on 24-12-2010
: ZM don't compile (from distro command and from /dev/hands)
error on emerge ZM on ffmpeg-0.6_p25767 is:
and during the ./configure command ZM says, that FFMPEG libraries are:
libavutil/avutil.h: check for missing prerequisite headers?
libavutil/avutil.h: see the Autoconf documentation
libavutil/avutil.h: section "Present But Cannot Be Compiled"
libavutil/avutil.h: proceeding with the compiler's result
## ------------------------------------- ##
## Report this to support@zoneminder.com ##
## ------------------------------------- ##
libavcodec/avcodec.h
libavformat/avformat.h
libswscale/swscale.h
after that ZM says:
zm_mpeg.h <multiple> and stops
;;
in case of manual compiling the zm from trunk:
./configure --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/mnt/devel/zm/ffmpeg-0.6_p25767 --with-extralibs="-lmp3lame" --with-webdir=/var/www/localhost/htdocs/zm --with-cgidir=/var/www/localhost/htdocs/zm/cgi-bin
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"
zm_mpeg.h errors
I'm trying to manual compile the ffmpeg (confit whith and whitout x264 support)
ffmpeg-0.4.7.tar.gz
ffmpeg-0.4.8.tar.gz
ffmpeg-0.4.9-pre1.tar.gz
ffmpeg-17177 : libswscale/swscale.h error
ffmpeg-19768 : libswscale/swscale.c error
ffmpeg doesn't compile
Can (anyone) please tell me the working version of ffmpeg and ZM version
or can your help me fand my mistake...
Thanks. Denis
---
zm configure options are:
./configure --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/usr --with-extralibs="-lmp3lame" --with-webdir=/var/www/localhost/htdocs/zm --with-cgidir=/var/www/localhost/htdocs/zm/cgi