From 77aee36c5953d0f34896fa23622f50318a730cab Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Jan 2007 14:38:08 +0000 Subject: [PATCH] Add a FIXME note about paths in pkgconfig files. Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a7d79fb..155310e 100755 --- a/configure +++ b/configure @@ -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 -- 2.7.4