diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-25 19:02:29 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-25 19:02:29 +0000 |
commit | 1dd4ef01b97e274386deec582fe0944983ba1446 (patch) | |
tree | e5b7d04ed8760b5edf16ccfae891f17e047aa3be /mp3lib/tabinit.c | |
parent | 7cd6c01aca63fc341f4746427e6a59949d9dd986 (diff) |
Fix configure regexp for enabling FFmpeg features
All features were disabled because of a regexp that used "[^ ]" to
match start of a word. '^' is not a metacharacter meaning beginning
of line inside [], instead it inverts the matching condition of the
other characters in the list.
Changed to use "\<" and "\>" for start/end of word instead. I don't know
how standard those are, at least they're better than the previous
version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23862 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/tabinit.c')
0 files changed, 0 insertions, 0 deletions