From ef16ae58c9f4b051891077d3e83c8d5638ea7394 Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 11 Aug 2002 17:14:41 +0000 Subject: dvdnav api changed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6972 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index f61509d6b8..823daaff2e 100755 --- a/configure +++ b/configure @@ -3101,6 +3101,10 @@ if test "$_dvdnav" = yes ; then else _ld_css="$_ld_css -ldvdnav" fi + if test -n "$_dvdnavconfig" ; then + _dvdnav_version=`$_dvdnavconfig --version | sed "s/\.//g"` + _def_dvdnav_version="#define DVDNAVVERSION $_dvdnav_version" + fi if test -n "$_dvdnavdir" ; then _inc_extra="$_inc_extra -I$_dvdnavdir" fi @@ -4412,6 +4416,7 @@ $_def_css /* 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 -- cgit v1.2.3