mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 05:30:34 +00:00
/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
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…
Reference in New Issue
Block a user