diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-10 14:38:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-10 14:38:08 +0000 |
commit | 77aee36c5953d0f34896fa23622f50318a730cab (patch) | |
tree | 7d6621b28595a646d1d9ede447179408a2dc4d34 /configure | |
parent | d0f4e4fb17394080b64ea15324733ea0b3d126ca (diff) | |
download | ffmpeg-77aee36c5953d0f34896fa23622f50318a730cab.tar.gz |
Add a FIXME note about paths in pkgconfig files.
Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2083,6 +2083,7 @@ fi # build pkg-config files +# FIXME: libdir and includedir are hardcoded and may differ from the real path. pkgconfig_generate(){ name=$1 |