[FFmpeg-user] error running configure: libx264 not found

Reindl Harald h.reindl at thelounge.net
Fri Jul 5 22:51:04 CEST 2013


Am 05.07.2013 11:33, schrieb Abdullah YILDIZ:
> When I run the configure script, it gives the following error:
> 
> ./configure --enable-cross-compile --cross-prefix=${CCPREFIX} --arch=armel --target-os=linux
> 
> --prefix=/path/to/raspberrypi-ffmpeg/
> 
> --enable-gpl --enable-libx264 --enable-nonfree --enable-libaacplus
> 
> --extra-cflags='-I/path/to/raspberrypi-ffmpeg/include' --extra-ldflags='-L/path/to/raspberrypi-ffmpeg/lib'
> 
> ERROR: libx264 not found
> 
> libx264.a is located at /path/to/raspberrypi-ffmpeg/lib/

i guess you want to link x264 static
use the configure options below to make itself independent of shared libraries

that did for me the trick, some of them are added since the latest x264
because it stopped to work as before

 --enable-static \
 --disable-avs \
 --disable-cli \
 --disable-ffms \
 --disable-gpac \
 --disable-lavf \
 --disable-opencl \
 --disable-swscale

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20130705/175a02bc/attachment.asc>


More information about the ffmpeg-user mailing list