diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-07-30 11:14:14 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-30 11:14:14 +0000 |
commit | 24689bcee6aa8b81e0dfd25fad2ec456935dc266 (patch) | |
tree | dccd844d9e1d5c5067899b7badd1f06d3357c159 /configure | |
parent | e30174cda74613a8e8d86763af4aeb943b4f7c0b (diff) | |
download | ffmpeg-24689bcee6aa8b81e0dfd25fad2ec456935dc266.tar.gz |
/usr/include -> /usr/local/include
Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ cygwin="yes" test -f /usr/include/inttypes.h || \ test -f /usr/local/include/inttypes.h || \ echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \ - "/usr/include/inttypes.h !!!" + "/usr/local/include/inttypes.h !!!" ;; Linux) LDFLAGS="$LDFLAGS -rdynamic" |