mirror of https://github.com/mpv-player/mpv
10l
useless use of test git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14495 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6e5fb8b261
commit
a0545c3281
|
@ -6197,7 +6197,7 @@ int main(){
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
if cc_check ; then
|
if cc_check ; then
|
||||||
if test `strings $TMPO | grep -l MPlayerBigEndian` ; then
|
if strings $TMPO | grep -l MPlayerBigEndian >/dev/null ; then
|
||||||
_big_endian=yes
|
_big_endian=yes
|
||||||
else
|
else
|
||||||
_big_endian=no
|
_big_endian=no
|
||||||
|
|
Loading…
Reference in New Issue