summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-30 11:14:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-30 11:14:14 +0000
commit24689bcee6aa8b81e0dfd25fad2ec456935dc266 (patch)
treedccd844d9e1d5c5067899b7badd1f06d3357c159 /configure
parente30174cda74613a8e8d86763af4aeb943b4f7c0b (diff)
/usr/include -> /usr/local/include
Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 47d95c8dc4..b45afb9702 100755
--- a/configure
+++ b/configure
@@ -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"