mirror of https://github.com/mpv-player/mpv
Reindent for "if" added in internal dvdnav patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28292 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1ee1a271f8
commit
f5676d066b
|
@ -7802,8 +7802,8 @@ if test "$_dvdnav" = yes ; then
|
|||
if test "$dvdnav_internal" = yes ; then
|
||||
_inc_extra="$_inc_extra -Ilibdvdnav"
|
||||
else
|
||||
_inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"
|
||||
_ld_extra="$_ld_extra `$_dvdnavconfig --minilibs`"
|
||||
_inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"
|
||||
_ld_extra="$_ld_extra `$_dvdnavconfig --minilibs`"
|
||||
fi
|
||||
_inputmodules="dvdnav $_inputmodules"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue