Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
d5f51b33
Commit
d5f51b33
authored
Oct 11, 2016
by
Alex Converse
Committed by
Nathan Egge
Mar 09, 2017
Browse files
Auto-detect wxwigets
Change-Id: I9f9140ed187cd82517481df95c5c98eebffa51a0
parent
f4fa01e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
d5f51b33
...
...
@@ -464,6 +464,8 @@ AS_SFX = ${AS_SFX:-.asm}
EXE_SFX =
${
EXE_SFX
}
VCPROJ_SFX =
${
VCPROJ_SFX
}
RTCD_OPTIONS =
${
RTCD_OPTIONS
}
WX_CXXFLAGS =
${
WX_CXXFLAGS
}
WX_LDFLAGS =
${
WX_LDFLAGS
}
EOF
if
enabled rvct
;
then
cat
>>
$1
<<
EOF
...
...
configure
View file @
d5f51b33
...
...
@@ -241,6 +241,7 @@ HAVE_LIST="
aom_ports
pthread_h
unistd_h
wxwidgets
"
EXPERIMENT_LIST
=
"
fp_mb_stats
...
...
@@ -648,6 +649,14 @@ EOF
check_header unistd.h
# for sysconf(3) and friends.
check_header aom/aom_integer.h
-I
${
source_path
}
&&
enable_feature aom_ports
enabled analyzer
&&
soft_enable wxwidgets
if
enabled wxwidgets
;
then
if
!
wx-config
--version
>
/dev/null
;
then
die
"Couldn't find wx-config"
fi
WX_CXXFLAGS
=
$(
wx-config
--cppflags
)
WX_LDFLAGS
=
$(
wx-config
--libs
)
fi
}
process_toolchain
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment