10l typo: libdir --> incdir
Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
63a5b0b1ae
commit
6fe2dcd049
2
configure
vendored
2
configure
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user