0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21092 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-20 01:31:15 +00:00
parent 0cacea020e
commit 78c81d5323

2
configure vendored
View File

@ -5120,7 +5120,7 @@ fi
if test "$_dvdnav" = yes ; then
_largefiles=yes
_def_dvdnav='#define USE_DVDNAV 1'
_ld_extra="$_ld_extra $_dvdnavconfig --libs"
_ld_extra="$_ld_extra `$_dvdnavconfig --libs`"
_dvdnav_version=`$_dvdnavconfig --version | sed "s/\.//g"`
_def_dvdnav_version="#define DVDNAVVERSION $_dvdnav_version"
_inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"