10l typo: libdir --> incdir

Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-02-11 20:37:12 +00:00
parent 63a5b0b1ae
commit 6fe2dcd049

2
configure vendored
View File

@ -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