view libfaad2/README @ 23842:9cd0d6ae322d

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.
author uau
date Wed, 25 Jul 2007 19:02:29 +0000
parents 59b6fa5b4201
children
line wrap: on
line source

This is a FAAD2 CVS snapshot from 2004-09-15.
Only the content of the libfaad/ and include/ subdirectories is present here.
MPlayer-specific modifications can be found in local_changes.diff.