diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-22 13:19:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-22 13:19:23 +0000 |
commit | 5341d85601255394a67417d22d769b7a52a44fa2 (patch) | |
tree | f63ed02b4d7678fce1e3344d6174d68964e1ca79 /configure | |
parent | d9526386990bccd61d8773e993e47fceb55b0174 (diff) | |
download | ffmpeg-5341d85601255394a67417d22d769b7a52a44fa2.tar.gz |
Include files are now installed in $PREFIX/include.
Originally committed as revision 12550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ show_help(){ echo " --prefix=PREFIX install in PREFIX [$PREFIX]" echo " --libdir=DIR install libs in DIR [PREFIX/lib]" echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]" - echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]" + echo " --incdir=DIR install includes in DIR [PREFIX/include]" echo " --mandir=DIR install man page in DIR [PREFIX/share/man]" echo " --enable-static build static libraries [default=yes]" echo " --disable-static do not build static libraries [default=no]" |