summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-10 13:57:33 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-10 13:57:33 +0000
commitf5676d066b20965602cee6aed93f6690c74b4564 (patch)
tree30d1ca801796595a7f90057793b5307cd521ef83 /configure
parent1ee1a271f8fd49398a182f483cf5e6811704dbc7 (diff)
downloadmpv-f5676d066b20965602cee6aed93f6690c74b4564.tar.bz2
mpv-f5676d066b20965602cee6aed93f6690c74b4564.tar.xz
Reindent for "if" added in internal dvdnav patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28292 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d91bdf32f7..929a939f1c 100755
--- a/configure
+++ b/configure
@@ -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