configure: add --enable-builtin-codecparsers [default="yes"] option.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 14 Jun 2013 09:32:36 +0000 (11:32 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 14 Jun 2013 09:45:11 +0000 (11:45 +0200)
commitbcabfcc08b80f5d42920336266e95919c2e4b507
tree43c088107f49e084d7a9449002672db78e59720f
parentd6cff6e14859dde75f0c0f3e26867590a1297d83
configure: add --enable-builtin-codecparsers [default="yes"] option.

Add flag to have all codecparsers built-in, thus ensuring that the
resulting binaries have all the necessary bug fixes and this is what
the QA has been testing anyway.

Of course, for a completely up-to-date Linux distribution, you could
also opt for --disable-builtin-codecparsers and use the system ones.
Though, some core fixes could be missing, and those cannot be tested
for with API checks.
configure.ac