Mercurial > mplayer.hg
changeset 19849:f4504b07bdbd
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
author | nicodvb |
---|---|
date | Sat, 16 Sep 2006 14:33:41 +0000 |
parents | 07be98a5dd5f |
children | 4919b3ce8d5e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Sep 16 13:32:46 2006 +0000 +++ b/configure Sat Sep 16 14:33:41 2006 +0000 @@ -5094,7 +5094,7 @@ _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