centos - ffmpeg thumbnailer configure/make trouble in CentOS6 -
i using centos 6.4 86x64.
what planning install ffmpegthumbnailer.
i have downloaded @ link below. https://code.google.com/p/ffmpegthumbnailer/
the problem when extract tar.gz , command configure,
it alway says this.
checking ffmpeg... no configure: error: package requirements (libavutil libavformat libavcodec >= 52.26.0 libswscale) not met: no package 'libavutil' found no package 'libavformat' found no package 'libavcodec' found no package 'libswscale' found
of course, installed ffmpeg 1.2.
/usr/lib64/libswscale.so.0.11.0 /usr/lib64/libswscale.so.0
and have libswscale.so.
what can solve this?
thanks:d
============i solved 1 , another===============
i solved(?) console said.
adjust pkg_config_path.
i find libavutil.pc , give path pkg_config_path, below.
export pkg_config_path=/usr/lib/pkgconfig/
then looks ok, got one.
./configure works nice suspected message.
configuration summary ---- png support : disabled jpeg support : disabled gio support : disabled register thumbnailer : disabled unittests : disabled debug mode : disabled
anyway, configure ok, , have make files now.
the problem when make command, shows error below.
/usr/bin/ld: /usr//lib/libavformat.a(allformats.o): relocation r_x86_64_32 against `ff_a64_muxer' can not used when making shared object; recompile -fpic /usr//lib/libavformat.a: not read symbols: bad value collect2: ld returned 1 exit status make[2]: *** [libffmpegthumbnailer.la] error 1 make[2]: leaving directory `/home/guest/downloads/ffmpegthumbnailer-2.0.8' make[1]: *** [all-recursive] error 1 make[1]: leaving directory `/home/guest/downloads/ffmpegthumbnailer-2.0.8' make: *** [all] error 2
please, tell me have solve this:d
have installed ffmpeg-devel package?
sudo yum install ffmpeg-devel -y
Comments
Post a Comment