mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 05:41:16 +00:00
typo, wrong variable name in check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23776 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c1095b4a0d
commit
6cf3b50551
2
configure
vendored
2
configure
vendored
@ -3112,7 +3112,7 @@ for _soundcard_header in "sys/soundcard.h" "soundcard.h"; do
|
||||
#include <$_soundcard_header>
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
cc_check && _soundcard_h=yes && _res_comment="$header" && break
|
||||
cc_check && _soundcard_h=yes && _res_comment="$_soundcard_header" && break
|
||||
done
|
||||
|
||||
if test "$_soundcard_h" = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user