[FFmpeg-devel] [PATCH] Compute absolute paths in configure

Stefano Sabatini stefano.sabatini-lala
Fri Jul 11 10:54:31 CEST 2008


Hi all,

if you set for example a prefix like this:
configure --prefix=../..

then you'll find the relative path for example in the pkg-config
files, which doesn't work properly.

This patch make configure compute the absolute path of every path set
by configure (yes maybe it needs to be splitted also for what regards
the PATHS_LIST part).

I'm not sure if this is correct though, maybe there are cases where
there is the need to keep relative paths (but this doesn't work for
sure with pkg-config paths, which need to be absolute), in those cases
the user is forced to specify absolute paths.

Regards.
-- 
FFmpeg = Freak and Frenzy Mythic Portable Energized Glue
-------------- next part --------------
A non-text attachment was scrubbed...
Name: absolute-paths-00.patch
Type: text/x-diff
Size: 718 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080711/82bdc299/attachment.patch>



More information about the ffmpeg-devel mailing list