Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5a7c54b

Browse files
committed
configure/Recording: Make test compiling libvpx non-fatal so that the in-tree source gets used.
svn:sync-xref-src-repo-rev: r171323
1 parent 2e74998 commit 5a7c54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎configure‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ extern "C" int main(void)
17381738
}
17391739
EOF
17401740
[ -n "$INCVPX" ] && I_INCVPX=`prefix_I "$INCVPX"`
1741-
if test_compile "$LIBVPX $I_INCVPX" vpx vpx; then
1741+
if test_compile "$LIBVPX $I_INCVPX" vpx vpx nofatal; then
17421742
if test_execute; then
17431743
cnf_append "SDK_VBoxLibVpx_INCS" "$INCVPX"
17441744
cnf_append "SDK_VBoxLibVpx_LIBS" "`strip_l "$LIBVPX"`"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /