[FFmpeg-user] error running configure: libx264 not found
Lou
lou at lrcd.com
Fri Jul 5 23:23:08 CEST 2013
On Fri, 5 Jul 2013 02:33:27 -0700 (PDT)
Abdullah YILDIZ <yildiz.abdullah at yahoo.com> wrote:
> 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/
Try adding "--extra-libs=-ldl".
More information about the ffmpeg-user
mailing list