0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21090 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-20 00:55:57 +00:00
parent 9f13bd3d81
commit e7a8c1e478

4
configure vendored
View File

@ -5434,7 +5434,7 @@ fi
if test "$_fribidi" = yes ; then if test "$_fribidi" = yes ; then
_def_fribidi='#define USE_FRIBIDI' _def_fribidi='#define USE_FRIBIDI'
_inc_extra="$_inc_extra `$_fribidiconfig --cflags`" _inc_extra="$_inc_extra `$_fribidiconfig --cflags`"
_ld_extra="$_ld_extra `$_fribidiconfig --libs` _ld_extra="$_ld_extra `$_fribidiconfig --libs`"
else else
_def_fribidi='#undef USE_FRIBIDI' _def_fribidi='#undef USE_FRIBIDI'
fi fi
@ -6777,7 +6777,7 @@ echocheck "network"
# FIXME network check # FIXME network check
if test "$_network" = yes ; then if test "$_network" = yes ; then
_def_network='#define MPLAYER_NETWORK 1' _def_network='#define MPLAYER_NETWORK 1'
_ld_extra="_ld_extra $_ld_sock" _ld_extra="$_ld_extra $_ld_sock"
_inputmodules="network $_inputmodules" _inputmodules="network $_inputmodules"
else else
_noinputmodules="network $_noinputmodules" _noinputmodules="network $_noinputmodules"