summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-14 22:20:19 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-14 22:20:19 +0000
commitbddc913a274a8b69d155e7ecadf306d4867717c2 (patch)
tree815e4e9da91abb784354ebdd0c20d311ad48b81b /configure
parent9932764f90c957844d127e32b8e0355d2bab7b3e (diff)
downloadmpv-bddc913a274a8b69d155e7ecadf306d4867717c2.tar.bz2
mpv-bddc913a274a8b69d155e7ecadf306d4867717c2.tar.xz
removed unneeded checks on the version of dvdnav (the acceptance of
--minilibs guarantees it's ok) and unneeded assignments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25050 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index dc3c00250c..1a49355c78 100755
--- a/configure
+++ b/configure
@@ -7526,16 +7526,11 @@ EOF
_dvdnav=no
_dvdnavdir=`$_dvdnavconfig --cflags`
_dvdnavlibs=`$_dvdnavconfig --libs`
- _dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"`
- _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2`
- test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \
cc_check $_dvdnavdir $_dvdnavlibs $_ld_dl $_ld_pthread && _dvdnav=yes
fi
if test "$_dvdnav" = yes ; then
_largefiles=yes
_def_dvdnav='#define USE_DVDNAV 1'
- _dvdnav_version=`$_dvdnavconfig --version | sed "s/\.//g"`
- _def_dvdnav_version="#define DVDNAVVERSION $_dvdnav_version"
_inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"
_ld_extra="$_ld_extra `$_dvdnavconfig --minilibs`"
_inputmodules="dvdnav $_inputmodules"
@@ -8054,7 +8049,6 @@ $_def_lircc
/* DVD navigation support using libdvdnav */
$_def_dvdnav
-$_def_dvdnav_version
/* Define this to enable MPEG 1/2 image postprocessing (requires a FAST CPU!) */
#define MPEG12_POSTPROC 1