mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
fix of fix of my sed code, should now be portable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9499 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
def4bad8e6
commit
9e9a38814d
2
configure
vendored
2
configure
vendored
@ -3881,7 +3881,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]\{1,\}\)\.\([0-9]\{1,\}\).*/\1\2/'`
|
||||
_def_faad_version="#define FAADVERSION $_faad_tempversion"
|
||||
echores "yes ($_faad_version)"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user