Browse Source

10l typo: libdir --> incdir

Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
6fe2dcd049
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure 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


Loading…
Cancel
Save