mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00: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:
parent
9f13bd3d81
commit
e7a8c1e478
4
configure
vendored
4
configure
vendored
@ -5434,7 +5434,7 @@ fi
|
||||
if test "$_fribidi" = yes ; then
|
||||
_def_fribidi='#define USE_FRIBIDI'
|
||||
_inc_extra="$_inc_extra `$_fribidiconfig --cflags`"
|
||||
_ld_extra="$_ld_extra `$_fribidiconfig --libs`
|
||||
_ld_extra="$_ld_extra `$_fribidiconfig --libs`"
|
||||
else
|
||||
_def_fribidi='#undef USE_FRIBIDI'
|
||||
fi
|
||||
@ -6777,7 +6777,7 @@ echocheck "network"
|
||||
# FIXME network check
|
||||
if test "$_network" = yes ; then
|
||||
_def_network='#define MPLAYER_NETWORK 1'
|
||||
_ld_extra="_ld_extra $_ld_sock"
|
||||
_ld_extra="$_ld_extra $_ld_sock"
|
||||
_inputmodules="network $_inputmodules"
|
||||
else
|
||||
_noinputmodules="network $_noinputmodules"
|
||||
|
Loading…
Reference in New Issue
Block a user