git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9332 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-02-07 23:13:56 +00:00
parent ab9c7db8f7
commit 6f2b2246d2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3788,7 +3788,7 @@ int main(void) {
EOF
if cc_check $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then
_faad_version=`"$TMPO"`
_faad_tempversion=`"$TMPO" | sed -e 's/^\([0-9]\+\)\.\([0-9]\+\).*/\1\2/'`
_faad_tempversion=`"$TMPO" | sed -e 's/^\([0-9]*\)\.\([0-9]*\).*/\1\2/'`
_def_faad_version="#define FAADVERSION $_faad_tempversion"
echores "yes ($_faad_version)"
else