From 6fe2dcd049e89a6bba26baf4b32b64b333bcc130 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 11 Feb 2006 20:37:12 +0000 Subject: [PATCH] 10l typo: libdir --> incdir Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5bb7749..29d45b5 100755 --- a/configure +++ b/configure @@ -1306,7 +1306,7 @@ libdir="${prefix}/lib" fi if test x"$incdir" = x""; then -libdir="${prefix}/include/ffmpeg" +incdir="${prefix}/include/ffmpeg" fi if test x"$mandir" = x""; then -- 2.7.4