summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 14:33:41 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 14:33:41 +0000
commit8bab2f0d70e1e1d3c368618c5b5a9c98925217b4 (patch)
treee0842cd9807055671fadaddc7d60da71aa319658 /configure
parent69cbeae8457acc1266d5471c5b7b9fb4dff2d374 (diff)
downloadmpv-8bab2f0d70e1e1d3c368618c5b5a9c98925217b4.tar.bz2
mpv-8bab2f0d70e1e1d3c368618c5b5a9c98925217b4.tar.xz
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19855 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bfc453fed2..a71580c6fa 100755
--- a/configure
+++ b/configure
@@ -5094,7 +5094,7 @@ EOF
_used_css=
_dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2`
test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \
- cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
+ cc_check $_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
fi
if test "$_dvdnav" = yes ; then
_largefiles=yes