From 1d44d365acb9898c1daa10953ca5514563b9500c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Petten=C3=B2?= Date: Sun, 28 Sep 2008 23:29:23 +0000 Subject: [PATCH] =?UTF-8?q?fix=20-uninstalled.pc=20includedir=20for=20out-?= =?UTF-8?q?of-tree=20builds=20patch=20by=20Diego=20'Flameeyes'=20Petten?= =?UTF-8?q?=C3=B2=20=20flameeyes=20=5Fat=5F=20gmail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 15458 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fa20647481..e6a6b4f7d5 100755 --- a/configure +++ b/configure @@ -2251,7 +2251,7 @@ cat < $name/$name-uninstalled.pc prefix= exec_prefix= libdir=\${pcfiledir} -includedir=\${pcfiledir}/.. +includedir=${source_path} Name: $name Description: $comment -- GitLab