10l typo: libdir --> incdir
authorDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 20:37:12 +0000 (20:37 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 20:37:12 +0000 (20:37 +0000)
Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 5bb7749..29d45b5 100755 (executable)
--- 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