New issue 41 by neo.neut...@gmail.com: Build with system libraries
http://code.google.com/p/flvmeta/issues/detail?id=41
I have prepared the configure.ac and src/Makefile.am patch
(use-system-libs.diff)
which add the --with-system-libs option that force the builder to use
system libraries.
please review.
Attachments:
use-system-libs.diff 1.2 KB
Comment #1 on issue 41 by marc.noi...@gmail.com: Build with system libraries
http://code.google.com/p/flvmeta/issues/detail?id=41
I have reviewed and accepted your patch to
commit:b899474a6f5acec9483357f8d9cf499aad948cb0.
However, please bear in mind that the bundled version of libyaml is quite
patched (see Commit:54c7bd3f2e410c5e43eef728d6a6b8b1b0d2c188) therefore
compiling against the system installed library might lead to a buggy build
of flvmeta, especially if http://pyyaml.org/ticket/138 has not been applied
upstream.