/usr/include -> /usr/local/include
Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e30174cda7
commit
24689bcee6
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue