[Ffmpeg-devel] Broken Configure script?

Måns Rullgård mru
Mon Jan 1 23:50:21 CET 2007


Bret Jordan <bret.jordan at utah.edu> writes:

> I am using ffmpeg-checkout-2006-12-29
>
> The configure script is unable to find libs outside of /usr/lib
>
> I have done:
> export PREFIX=/local/media
> export PKG_CONFIG_PATH=/local/media/lib/pkgconfig:$PKG_CONFIG_PATH
> export LD_LIBRARY_PATH=/local/media/lib:$LD_LIBRARY_PATH
>
> I have even added /local/media/lib to /etc/ld.so.conf (top of the list)
>
> The configure command I am using is:
>     CFLAGS="-static" \
>         CPPFLAGS="-I$PREFIX/include/" \
>         LDFLAGS="-static -L$PREFIX/lib/" \
>         ./configure \
>             --prefix=$PREFIX \
[...]
> For some reason the configure script does not like the CPPFLAGS and
> LDFLAGS variables.

Try the --extra-cflags and --extra-ldflags configure options.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list