mirror of https://github.com/mpv-player/mpv
fix notfound bug. asszem.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1032 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c1606292dd
commit
2354aadb28
|
@ -608,7 +608,7 @@ _alsaver='not found'
|
|||
$_cc -o $TMPO -lasound $TMPC 2> /dev/null || _alsa=no
|
||||
[ $_alsa == 'yes' ] && $TMPO && { _alsaver='0.5.x'; }
|
||||
|
||||
if [ $_alsaver == 'not found' ]; then
|
||||
if [ "$_alsaver" == 'not found' ]; then
|
||||
cat > $TMPC << EOF
|
||||
#include <sys/asoundlib.h>
|
||||
#include <sys/soundcard.h>
|
||||
|
|
Loading…
Reference in New Issue