Commit 6fe2dcd0 authored by Diego Biurrun's avatar Diego Biurrun

10l typo: libdir --> incdir

Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 63a5b0b1
...@@ -1306,7 +1306,7 @@ libdir="${prefix}/lib" ...@@ -1306,7 +1306,7 @@ libdir="${prefix}/lib"
fi fi
if test x"$incdir" = x""; then if test x"$incdir" = x""; then
libdir="${prefix}/include/ffmpeg" incdir="${prefix}/include/ffmpeg"
fi fi
if test x"$mandir" = x""; then if test x"$mandir" = x""; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment